Description Usage Arguments Details Value See Also Examples
Provides information on the authenticated user
1 | get_my_user(key = NA, tidy = TRUE)
|
key |
the api you have set up on DEV.TO, Default: NA |
tidy |
if the response should be parsed into a tibble, Default: TRUE |
if no key is supplied, will check for key named DEVTO in '.Renviron'
user stuff
GET
,add_headers
,content
tibble
select
1 2 3 4 5 6 | ## Not run:
if(interactive()){
get_my_user("my_api_key")
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.