View source: R/download_users.R
read_users | R Documentation |
Beware, these tables can be large. Check your RAM before executing. Or possibly read in a subset of the data. This function reads in the whole kitten kaboodle.
read_users(name = NULL, id = NULL, path = NULL, ...)
name |
User name |
id |
User id |
path |
Path to file to read from. |
... |
Parameters passed on to |
If you specify a name or id, this function reads environment variables written in the function download_users, and then searches against those variables for the path to the file saved. Alternatively, you can supply the path.
A data.frame.
## Not run:
# dat <- read_users(name = "kevinmcc")
# head(dat)
# dat <- read_users(id = 285)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.