Get details for an article
fs_details( article_id, mine = is_mine(article_id), session = fs_get_auth(), show_versions = FALSE, version = NULL, debug = FALSE )
article_id
: numbermine
: logical (default FALSE). Set to true to see article details for your own non-public articlessession
: the authentication credentials from fs_auth
show_versions
: logical, show what versions are availableversion
: show a given version numberdebug
: logical, enable debugging mode?## Not run: fs_details(138) ## End(Not run)
fs_auth
Carl Boettiger cboettig@gmail.com
Useful links