Search FAOSTAT tables
Get full list of datasets from the FAOSTAT database with the Code, Dataset Name and Topic.
FAOsearch( code = NULL, dataset = NULL, topic = NULL, latest = FALSE, full = TRUE )
code |
character code of the dataset, listed as DatasetCode |
dataset |
character name of the dataset (or part of the name), listed as DatasetName in the output data frame |
topic |
character topic from list |
latest |
boolean sort list by latest updates |
full |
boolean, TRUE returns the full table with all columns |
## Not run: # Find information about all datasets fao_metadata <- FAOsearch() # Find information about the forestry dataset FAOsearch(code="FO") # Find information about datasets whose titles contain the word "Flows" FAOsearch(dataset="Flows", full = FALSE) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.