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

Rename data.frames to custom names in as.data.frame() #250

Closed
DrEspresso opened this issue May 6, 2022 · 1 comment
Closed

Rename data.frames to custom names in as.data.frame() #250

DrEspresso opened this issue May 6, 2022 · 1 comment

Comments

@DrEspresso
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Using the data.frames option in as.data.frame(), one can select a subset of secuTrial tables to be turned into data.frames. It is only possible to rename data.frames using the regex and rep options in as.data.frame(). There is no option to rename data.frames into custom names.

Describe the solution you'd like
If the option data.frames is used with a named vector, the data frames from the secuTrialdata object should be turned into data frames whose names are given by names(data.frames).

@aghaynes
Copy link
Member

aghaynes commented May 9, 2022

thanks for implementing!

@aghaynes aghaynes closed this as completed May 9, 2022
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

2 participants