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

Add helper function to get js property from an object #41

Closed
crazycapivara opened this issue Sep 7, 2018 · 0 comments · Fixed by #60
Closed

Add helper function to get js property from an object #41

crazycapivara opened this issue Sep 7, 2018 · 0 comments · Fixed by #60
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@crazycapivara
Copy link
Owner

somethin like:

get_js_property <- function(name) {
  sprintf("data => data.%s", name) %>% JS()
}
@crazycapivara crazycapivara added this to the cran milestone Sep 7, 2018
@crazycapivara crazycapivara self-assigned this Sep 7, 2018
@crazycapivara crazycapivara added the enhancement New feature or request label Sep 13, 2018
@crazycapivara crazycapivara mentioned this issue Sep 28, 2018
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

Successfully merging a pull request may close this issue.

1 participant