getAgroData | R Documentation |
This function loads and returns a dataset available in an external repository and stored as '.csv' or other type of text files. all the examples.
getAgroData(
fileName,
where = "https://www.casaonofri.it/_datasets/",
type = "csv"
)
fileName |
character: the name of the file (with no extension) |
where |
character: the name of the web repository |
type |
character: the extension of the web file |
returns a data.frame
Andrea Onofri
getAgroData("rimsulfuron")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.