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
I think an "align tilde", equivalent to "align" and "align equal" would be handy. I'd use it all the time in case_when():
case_when()
The text was updated successfully, but these errors were encountered:
I would have thought that ctrl + shift + A would have done the job... but not really.
Sorry, something went wrong.
this shouldnt be hard to implement.
the align functions have an argument that user can put what to align on
https://github.com/ThinkR-open/remedy/blob/master/R/align.R#L108
a new align function can be created that give the user control via remedy_opts what to align on.
ie
align_manual <- function() { capture <- capture() area <- capture_area(capture) loc <- find_regex(remedy_opts$get('user_align'), area) insertList <- assemble_insert(loc) insertr(insertList) }
where the default can be = as to not change current behavior
=
No branches or pull requests
I think an "align tilde", equivalent to "align" and "align equal" would be handy. I'd use it all the time in
case_when()
:The text was updated successfully, but these errors were encountered: