Description Usage Arguments Value Examples
A function for binding all dataset files in a particular repository and writing them into a new dataframe. Current supported input format: CSV, XLSX, and ODS
1 |
repo |
A string with the name and/or destination of the repository |
type |
The targeted type of the data files. Currently support XLSX ("xlsx"), ODS ("ods"), and CSV ("csv"). |
output |
The name of the output file which will contain the bound datasets. |
A dataset file containing all bound datasets.
1 2 3 4 5 6 | download.file(url = "https://github.com/ahmad-alkadri/databinders/raw/master/Examples.zip",
destfile = "Examples.zip")
unzip(zipfile = "Examples.zip")
bindwrite(repo = "Examples/XLSX/", type = "xlsx", output = "iris-all.xlsx")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.