R/check_version.R
check_version.Rd
This function checks if you have the latest version of the Flora e Funga do Brasil data available in a specified directory.
check_version(data_dir)
A message informing whether you have the latest version of Flora e Funga do Brasil available in the data_dir
#Check if there is a version of Flora e Funga do Brasil data available in the
#current directory
check_version(data_dir = getwd())
#> You do not have any version of Flora e Funga do Brasil in this directory.
#> The latest version is 393.407. Please, change the directory or
#> run the function get_florabr() to download the latest version of Flora e
#> Funga do Brasil.