Description Usage Arguments Value Examples
Get all data contents of a datapkg object as a list of data frames.
| 1 | getDataframes(dp, withNames = FALSE)
 | 
| dp, | dtIdx is the id of the resource | 
data frame
| 1 2 3 4 5 | ## Not run: 
dp <- newDatapkg(list(mt = mtcars[1:4,], mycars = cars[1:2,]))
getDataframes(dp, withNames = TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.