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

Allow variable substitution #8

Closed
psolymos opened this issue Nov 26, 2022 · 0 comments
Closed

Allow variable substitution #8

psolymos opened this issue Nov 26, 2022 · 0 comments

Comments

@psolymos
Copy link
Member

psolymos commented Nov 26, 2022

Currently we have the !expr method as used by yaml etc.

There are other options, like SPel (#{...}) and ${...} interpolation (runtime vs pre-run).

https://cran.r-project.org/web/packages/GetoptLong/vignettes/variable_interpolation.html also allows ${...} and @{...}.

For environment variables, allow .env and .Renviron read from the project dir or be listed as part of --file or --env-file

See also:

@psolymos psolymos changed the title Allow variable interpolation Allow variable substitution Nov 26, 2022
@psolymos psolymos closed this as completed Dec 5, 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

1 participant