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

Give users option to include a list of data.frames in run_app() #223

Open
AARON-CLARK opened this issue Mar 18, 2023 · 1 comment
Open

Comments

@AARON-CLARK
Copy link
Collaborator

AARON-CLARK commented Mar 18, 2023

New argument could be called datalist. The user would simply have to bundle up their data like (below), but obviously use their own data sources. So, they could simply include a few lines in app.R to read them in. If the datalist argument is not NULL (the default), then we'd include the file browse widget, otherwise, we can can it. We'd have to write a bunch of checks to verify the user is loading something that makes sense.

datalist <- list(ADSL = tidyCDISC::adsl, ADVS = tidyCDISC::advs, ADAE = tidyCDISC::adae, ADLBC = tidyCDISC::adlbc)

Somewhat related to #91.

@AARON-CLARK
Copy link
Collaborator Author

AARON-CLARK commented Apr 20, 2023

Per discussion on 4/20, maybe leverage a config file!

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