Converts a string representation of a query into a query object that can be applied to a Daf object.
This allows for a more concise syntax for creating complex queries. If you want something similar
to the q prefix used in Julia, you can write q <- parse_query in your R code.
Details
See the Julia documentation for details.