Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data to objects #13

Closed
francoisturcot opened this issue Mar 4, 2019 · 2 comments
Closed

Data to objects #13

francoisturcot opened this issue Mar 4, 2019 · 2 comments

Comments

@francoisturcot
Copy link

francoisturcot commented Mar 4, 2019

Hi,

Are data files for ple4 and ple4indices available to download? Constructing FLQuant and FLStock objects with our data is not easy and having access to data files or a more detailed protocol on how the objects in the ple4 example were constructed would help.

Thanks!

@iagomosqueira
Copy link
Member

iagomosqueira commented Mar 4, 2019

Apart from loading them via

data(ple4)

and then saving them with

save(ple4, file="ple4.Rdata")

they are in your local installed package. You can find the precise location using

system.file('data', 'ple4.RData', package='FLCore')

Finally, they can be found in FLCore's github repository at

https://github.com/flr/FLCore/tree/master/data

@francoisturcot
Copy link
Author

Thanks!

@ChrKo1 ChrKo1 closed this as completed Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants