| as.ckan_user | R Documentation | 
ckan_user class helpers
as.ckan_user(x, ...)
is.ckan_user(x)
| x | Variety of things, character, list, or ckan_user class object | 
| ... | Further args passed on to  | 
## Not run: 
ckanr_setup(url = "https://demo.ckan.org/",
  key = getOption("ckan_demo_key"))
(usrs <- user_list())
usrs[1:3]
usrs[[3]]
# create item class from only an item ID
as.ckan_user(usrs[[3]]$id)
# gives back itself
(x <- as.ckan_user(usrs[[3]]$id))
as.ckan_user(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.