combine_data | R Documentation |
Given a dp object list, this function will extract all density measurement data from all dp objects in a given list and combine them in a single data frame.
combine_data(dp.list)
dp.list |
A list of dp objects, either from loading several files using dpload or combined manually. Note: the list should include only dp objects! |
A data frame, combining all density data from dp.list
dpload, combine_footer.
## load all files in directory dp.list <- dpload(dp.directory = system.file("extdata", package = "densitr")) combine_data(dp.list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.