get_figshare | R Documentation |
Handler function for GET requests from Figshare
get_figshare(
file_name = NA,
item = "19700056",
output_dir = tempdir(),
return_list = FALSE
)
file_name |
Which item are we downloading? |
item |
What is the item we are retrieving? |
output_dir |
Where should the file be saved? |
return_list |
Should the list of files be returned instead of the file |
Downloads necessary annotation files from Figshare and reads them in as data frames.
get_figshare(
return_list = TRUE,
output_dir = tempdir()
)
get_figshare(
file_name = "Achilles_common_essentials.csv",
output_dir = tempdir()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.