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

Explicit data loading into clj namespace #15

Open
genmeblog opened this issue Jan 30, 2020 · 0 comments
Open

Explicit data loading into clj namespace #15

genmeblog opened this issue Jan 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@genmeblog
Copy link
Member

Sometimes data from the package should be loaded on demand using data() function on the R side.

I propose creating data function which:

  • loads data on the R side
  • creates symbol on the clj side which returns loaded data

Option: list all data from given package by calling data(package='any_r_package')$results[,'Item']"

@daslu daslu added the enhancement New feature or request label Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants