q_parser,ANY-method | R Documentation |
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.
## S4 method for signature 'ANY'
q_parser(query)
query |
A string representing the query. |
A data table with the parsed elements of the query.
q_parser
for the generic function definition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.