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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@njtierney Hi Nick!
Long-time user of visdat. Great PKG!.
Two Suggestions for vis_expect() :
1) allow not only a complete DF (all cols) as ".x" input, but ALSO just one or more specific DF vars as ".x" input. ie - allow just: airquality$Wind
2) allow several AND/OR/NOT conditions
Example f/ both suggestions above:
vis_expect(airquality$Wind , ~.x >= 15 & ~.x < 18)
This would be of great value...useful!
sf99 visdat PKG 060.9000 R, Rstudio, Ubuntu Linux 20.04 San Francisco.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@njtierney
Hi Nick!
Long-time user of visdat.
Great PKG!.
Two Suggestions for vis_expect() :
1)
allow not only a complete DF (all cols) as ".x" input,
but ALSO just one or more specific DF vars
as ".x" input.
ie - allow just: airquality$Wind
2)
allow several AND/OR/NOT conditions
Example
f/ both suggestions above:
This would be of great value...useful!
sf99
visdat PKG 060.9000
R, Rstudio, Ubuntu Linux 20.04
San Francisco.
The text was updated successfully, but these errors were encountered: