getAgroData {statforbiology} | R Documentation |
Get one of the available datasets
Description
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.
Usage
getAgroData(
fileName,
where = "https://www.casaonofri.it/_datasets/",
type = "csv"
)
Arguments
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 |
Value
returns a data.frame
Author(s)
Andrea Onofri
Examples
getAgroData("rimsulfuron")
[Package statforbiology version 0.9.9 Index]