get_session | R Documentation |
A function to get the crumb, cookies, and handle required to authenticate and interact with the Yahoo Finance API.
get_session()
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. |
session <- get_session()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.