ropensci / essurvey

Download data from the European Social Survey
https://docs.ropensci.org/essurvey
Other
49 stars 9 forks source link

Add package-level documentation #20

Closed leeper closed 6 years ago

leeper commented 6 years ago

Currently, the package does not have a package-level documentation page:

> library("ess")
> ? ess
No documentation for ‘ess’ in specified packages and libraries:
you could try ‘??ess’

Having this can be useful for giving new users an obvious landing page.

maelle commented 6 years ago

Note that it can be added very easily by calling usethis::use_package_doc()