The function select(foo) produces its input unchanged if foo returns TRUE for that input, and produces no output otherwise
select(.data,...)select_(.data,..., .dots)
Arguments
.data: input. This can be JSON input, or an object of class jqr that has JSON and query params combined, which is passed from function to function when using the jqr DSL.
...: Comma separated list of unquoted variable names
.dots: Used to work around non-standard evaluation
dots: dots
Note
this function has changed what it does dramatically. we were using this function for object construction, which is now done with build_object