So I've got a function that loads an RData workspace and uses the data in a dataframe therein to perform some computation. At the moment I am putting everything into a package and my question is where I should put that workspace/the dataframe in the package and how I should modify my function to point to it.So I've got a function that loads an RData work