Returns a list of countries
databaseGetCountries( need_all = "1", code = "", offset = "", count = "100", v = getAPIVersion() )
need_all
: 1 - to return a full list of all countries; 0 - to return a list of countries near the current user's countrycode
: Country codes in ISO 3166-1 alpha-2 standardoffset
: Offset needed to return a specific subset of countriescount
: Number of countries to returnv
: Version of API## Not run: databaseGetCountries(count=234) ## End(Not run)