atkinsjeff / forestr

forestr R package
27 stars 11 forks source link

data as data frame for internal use #2

Closed atkinsjeff closed 6 years ago

atkinsjeff commented 6 years ago

OK, so I have the external raw data in the inst/extdata file and that seems to work, but I want to setup all of the functions, not just the wrapper functions (e.g. process_pcl) to work on as examples. How the structure of the code works, each function changes around it's input data frame a bit, and creates a new one, so my thinking is that each example for each function will need to pull a stored data frame from the /data folder maybe?

Can this be done with an .R file that makes an .rda?

Think I got this, working on it now.

atkinsjeff commented 6 years ago

I believe this one is closed.