8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Targets uses {rlang} anyway, and there's some really useful things in there which I can imagine using immediately:
rlang::
Does:
function (x, y) { if (is_null(x)) y else x }
rlang::arg_match0
Required for #19
The text was updated successfully, but these errors were encountered:
Import rlang for ropensci#20
d1dbb36
- use `%||%` and `arg_match0() `in `tar_terra_rast()`
Successfully merging a pull request may close this issue.
Targets uses {rlang} anyway, and there's some really useful things in there which I can imagine using immediately:
rlang::
%||%`Does:
rlang::arg_match0
: Nicer arg match printing error and refers to function being called inRequired for #19
The text was updated successfully, but these errors were encountered: