databaseGetCountriesById {vkR} | R Documentation |
Returns information about countries by their IDs
databaseGetCountriesById(country_ids, v = getAPIVersion())
country_ids |
Country IDs |
v |
Version of API |
## Not run:
databaseGetCountriesById('1,2,3,4')
## End(Not run)