q_parser,ANY-method {pbox} | R Documentation |
Method for Parsing Queries
Description
Implements the 'q_parser' function specifically for string input. It uses a regular expression to split the query into its components, converting numeric strings to numeric values where applicable, and structuring the result as a data table for easy manipulation.
Usage
## S4 method for signature 'ANY'
q_parser(query)
Arguments
query |
A string representing the query. |
Value
A data table with the parsed elements of the query.
See Also
q_parser
for the generic function definition.
[Package pbox version 0.1.8 Index]