View source: R/fs_add_authors.R
fs_author_ids | R Documentation |
Take an author list, search for each author and return their FigShare ID. If no author is found, call fs_create_author and return the ID. If multiple matches are found, allow user to choose interactively
fs_author_ids(authors, session = fs_get_auth(), graphics = FALSE)
authors |
a list/vector of authors (not a character string) |
session |
(optional) the authentication credentials from |
graphics |
logical (default False) use graphic input to disambiguate? |
a list of author id numbers, or NULLS where ids cannot be found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.