Skip to contents

filter server catolog to show inventory by country and other variables

Usage

dlw_server_inventory(country, server = NULL, ...)

Arguments

country

character. same as `country_code` in [dlw_get_data] but with the purpose of easy programming. Not meant to be used by final user.

server

character: in case we have more than one server. default is GMD

...

additional filtering arguments (e.g., year, module, survey, fileName)

Value

filter server catalog from [dlw_server_catalog]

See also

Examples

if (FALSE) { # \dontrun{
dlw_server_inventory("COL", 2010)
} # }