View source: R/pxweb_split_query.R
pxweb_split_query | R Documentation |
Split query in optimal sub-queries
pxweb_split_query(pxq, px, pxmd)
pxq |
a |
px |
a |
pxmd |
a |
Computes (brute-force) the optimal split of a query to match the api maximum value limit. It also take into account that time variables and content variables should not be split. Also variables with filter "top" should not be split, since the top filter does not supply the individual levels, just a number. This can probably be improved further.
a list with pxweb_query
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.