Description Usage Arguments Examples
Pushes data from R to OpenRefine as a CSV
1 | refine_push(data, name = NULL)
|
data |
DataFrame to be uploaded |
name |
String. Name of project to be created. Default is NULL (Untitled) |
1 2 3 4 5 | ## Not run:
df <- r2vortx::wine
refine_push(df, 'Nameless Project')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.