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] Support initial configuration list() in current session? #11

Open
kevinrue opened this issue Nov 28, 2022 · 1 comment
Open

Comments

@kevinrue
Copy link
Member

Thinking of the case where the list(<Panel>) for a particular dataset is already constructed in the same R session, and the user just wants to use that directly rather than saving it to file.

Context

This is not too unusual, especially in cases where the user might not control the underlying CSV file (so they can't easily change the paths, or the per-dataset configuration files), e.g., for a shared R installation on a HPC, or even on a prebuilt Docker image.

In such cases, the user could read in the initial CSV and replace certain elements of uri with a modified list(<Panel>) directly in their app.R. Users could also dump it to an RDS file but this may be relatively expensive compared to handling it directly in memory.

This may not be incompatible with the current design, given that uri is fundamentally about getting the per-dataset list(<Panel>) anyway; it would just generalise it so that users aren't forced to the filesystem.

@kevinrue
Copy link
Member Author

kevinrue commented Sep 2, 2024

document/demonstrate how to do it in a vignette

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