Description Usage Arguments Examples
Apply (mimes) changes from existent project in OpenRefine to R data
1 | refine_mime(data, mime.name = NULL, mime.id = NULL)
|
data |
DataFrame to be mimed |
mime.name |
String with name of project that contains the changes. Either name or ID must be given. |
mime.id |
String with ID of project that contains the changes. Either name or ID must be given. |
1 2 3 4 | ## Not run:
refine_mime(df, 'diamonds')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.