Description Usage Arguments Value Examples
Does not include deleted revisions.
1 | drop_history(path, limit = 10, dtoken = get_dropbox_token())
|
path |
path to a file in dropbox. |
limit |
maximum number of revisions to return; defaults to 10. |
dtoken |
The Dropbox token generated by |
tbl_df
of metadata, one row per revision.
1 2 3 4 5 6 7 8 | ## Not run:
write.csv(iris, file = "iris.csv")
drop_upload("iris.csv")
write.csv(iris[iris$Species == "setosa", ], file = "iris.csv")
drop_upload("iris.csv")
drop_history("iris.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.