Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tried adding some datasets but can't get it to show after installatio…
- Loading branch information
b639c32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your problem is not declaring the data in the R package. Take a look at the vignette "Documenting other objects" (type
vignette("rd-other", package = "roxygen2")
in the terminal.) HIH