if (FALSE) {
#Creating a folder in a temporary directory
#Replace 'file.path(tempdir(), "florabr")' by a path folder to be create in
#your computer
my_dir <- file.path(file.path(tempdir(), "florabr"))
dir.create(my_dir)
#Download, merge and save data
get_florabr(output_dir = my_dir, data_version = "latest",
solve_discrepancy = FALSE, overwrite = TRUE, verbose = TRUE)
}
Run the code above in your browser using DataLab