powered by
Browse can be set to all public articles, the users own articles, Browse can filter on matching timestamp, author, title, description, tag, category, and date range.
fs_browse( mine = TRUE, public_only = FALSE, private_only = FALSE, drafts_only = FALSE, session = fs_get_auth(), base = "http://api.figshare.com/v1", query = NA, debug = FALSE )
Logical, show only my (authenticated user's) articles. Defaults to TRUE.
(for use with mine=TRUE only) browse only my public articles. default is FALSE
(for use with mine=TRUE only) browse only my private articles. default is FALSE
(for use with mine=TRUE only) browse only my draft articles. default is FALSE
(optional) the authentication credentials from fs_auth. If not provided, will attempt to load from cache as long as figshare_auth has been run.
fs_auth
the API access url
a search query term (equivalent to calling fs_search)
enable debugging mode
output of PUT request (invisibly)
https://docs.figshare.com
# NOT RUN { fs_browse() # }
Run the code above in your browser using DataLab