-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
from @antagomir
While I went through the vignette, I noticed some minor points that you may find useful for your next version. Use as you wish:
- colData(cpd)$country (and other similar cases) can be also written more shortly just like: cpd$country
- ggplot(as.data.frame(colData(cpd)))... -> the as.data.frame() was necessary until very recently, but not needed any more since the issue was solved ; the latest ggplot2 version allows this:
We are adding a reference to this data resource in the OMA Gitbook (beta version, under active development)
ggplot(colData(cpd))...
Metadata
Metadata
Assignees
Labels
No labels