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

Feature request: Allow variables that are lists/character vectors to be used in piping expressions #552

Closed
mattfidler opened this issue Jul 19, 2023 · 2 comments · Fixed by #615
Milestone

Comments

@mattfidler
Copy link
Contributor

Like

> t <- c("-d/dt(peripheral1)", "-d/dt(peripheral2)")
> f %>% model(t)
@mattfidler mattfidler added this to the v2.0.14 milestone Aug 21, 2023
@billdenney
Copy link
Contributor

I also wanted to use character variable names in rxRename(). My work-around was to run str2lang() on the character values first, but it would be simpler to accept either names or characters.

@mattfidler
Copy link
Contributor Author

Actually it uses the same interface so whatever you are experiencing should work if this works too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants