View source: R/figshare_list.R
figshare_list | R Documentation |
List links to all downloadable files within a Figshare repository.
figshare_list(id, suffix = NULL, as_datatable = TRUE, verbose = TRUE)
id |
Figshare repo ID. |
suffix |
Filter results by file suffixes.
Set to |
as_datatable |
Return the return as
a data.table (default: |
verbose |
Print messages. |
files <- figshare_list(id="14703003", suffix=c(".RDS","cell_Info.txt"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.