View source: R/dataset_functions.R
labguru_upload_dataset | R Documentation |
Upload a dataset to labguru
labguru_upload_dataset( dataset, name, server = Sys.getenv("LABGURU_SERVER"), token = Sys.getenv("LABGURU_TOKEN") )
dataset |
data frame you wish to upload to Labguru |
name |
character(1) |
server |
character(1) indicating the server URL |
token |
character(1) access token for API authentication |
dataset_id
## Not run: labguru_upload_dataset(dataset = mtcars, name = "mtcars") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.