I'd like to load some local files from a module package directory. This is akin to the way java has resources. If this were julia code I could just include( 'foo.jl' ) and that will do mostly the right thing. Is there an equivalent without having to perform string math on Pkg.dir() ...
I've seen the following in DataFrames - Is this the idiomatic way
cd(Pkg.dir("DataFrames", "test", "data")) do ... and then perform file
reads ?
Thanks
