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

how to use enter_object in function ? #141

Open
longhua8800w opened this issue Dec 2, 2022 · 0 comments
Open

how to use enter_object in function ? #141

longhua8800w opened this issue Dec 2, 2022 · 0 comments

Comments

@longhua8800w
Copy link

longhua8800w commented Dec 2, 2022

i tryed to change the param of enter_object():

tbl_json %>%  enter_object(  name1 )
tbl_json %>%  enter_object(  name2 )
……
tbl_json %>%  enter_object(  name k )

so i want to write a function to handle this ,give it a string or expression ,and it return a result.
{{}} or enquo and !! failed ;
an variable of string failed ;
map names vector to ~tbl_json %>% enter_object( .x) failed
so i don't konw how to do this naturally

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

1 participant