q_parser | R Documentation |
This function defines a generic function to parse a string query into structured data that can be used to explore a pbox object. It extracts components of the query using regular expression matching.
q_parser(query)
query |
A string representing the query. |
A data table with columns 'Varnames', 'Value', 'Operator', and 'Varnames2', where numeric values are converted to numeric type, and unnecessary columns are removed.
query <- "Vietnam:23"
q_parser(query)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.