DDGet(url = "http://uofi.box.com/shared/static/bba3968d7c3397c024ec.dta", vars = NULL, OutCountryID = "iso2c", standardCountryName = TRUE, na.rm = TRUE, duplicates = "message", fromLast = FALSE)
vars = NULL
then the entire data set is returned. Note that the
country
and year
variables are always returned.countrycode
for available options.country.name
from countrycode
.OutCountryID
is
NA
.none
to do nothing, message
to
simply report duplicates, drop
to report and drop duplicates, and
return
to return a data frame with only duplicated observations
(see also fromLast
).duplicates = 'drop'
or
duplicates = 'out'
.countrycode
, CountryID
## Not run:
# # Download full data set
# DDData <- DDGet()
# ## End(Not run)
Run the code above in your browser using DataLab