You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rplzzz, asked for the feature. While rgcam has the capabilities using the "query for a query" technique as described in the vignette it might be nice to formalize it with a front end method similar to how addScenario provides a front end for parsing batch queries and passing them to the runQuery / addQueryTable to do the heavy lift.
I'm thinking the front end parsing would take two arguments:
The path to the query file (Main_queries.xml)
An array of query names to query.
We can then generate a query for the query with something like:
And for the gold star maybe try to detect if query_name is already an XQuery and if so run it unmodified (to provide a workaround for the multiple queries with same name problem).
The text was updated successfully, but these errors were encountered:
@rplzzz, asked for the feature. While
rgcam
has the capabilities using the "query for a query" technique as described in the vignette it might be nice to formalize it with a front end method similar to howaddScenario
provides a front end for parsing batch queries and passing them to therunQuery
/addQueryTable
to do the heavy lift.I'm thinking the front end parsing would take two arguments:
We can then generate a query for the query with something like:
And for the gold star maybe try to detect if
query_name
is already an XQuery and if so run it unmodified (to provide a workaround for the multiple queries with same name problem).The text was updated successfully, but these errors were encountered: