get_session {yfscreen} | R Documentation |
Get the Crumb, Cookies, and Handle for Yahoo Finance API
Description
A function to get the crumb, cookies, and handle required to authenticate and interact with the Yahoo Finance API.
Usage
get_session()
Value
A list containing the following elements:
handle |
A curl handle object for subsequent requests. |
crumb |
A string representing the crumb value for authentication. |
cookies |
A data frame of cookies for the request. |
Examples
session <- get_session()
[Package yfscreen version 0.1.2 Index]