View source: R/fs_add_categories.R
fs_add_categories | R Documentation |
Add a category to article
fs_add_categories( article_id, category_id, session = fs_get_auth(), debug = FALSE )
article_id |
the id number of the article |
category_id |
is a vector of integers corresponding to categories or a vector of category names |
session |
(optional) the authentication credentials from |
debug |
return PUT results visibly? |
output of PUT request (invisibly)
Edmund Hart edmund.m.hart@gmail.com
fs_auth
## Not run: fs_add_categories(138, "Ecology") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.