upload_dataset | R Documentation |
Upload dataset to the avatarization API
upload_dataset(dataframe, name = "original.csv")
dataframe |
The original data |
name |
The name to give the dataset |
A dataset id
## Not run:
dataset_id <- upload_dataset(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.