paginate_query_text: Create a pagination character vector to add to a query with...

View source: R/paginate_query_text.R

paginate_query_textR Documentation

Create a pagination character vector to add to a query with more than 1000 results

Description

Create a pagination character vector to add to a query with more than 1000 results

Usage

paginate_query_text(
  query_text,
  page_length = 1000,
  session_token = getOption("dimensions_token")
)

split_query_text(query_texts, query_number, page_length = 100)

split_and_replace_query_text(query_texts, query_number, page_length = 100)

Functions

  • split_query_text: Split query text entry in a vector previously created with paginate_query_text into smaller pages. Useful, when any query text fails to complete and you want to rerun only those that failed.

  • split_and_replace_query_text: Like 'split_query_text()' but returns full list of query text including unchanged ones. Useful, when any query text fails to complete and you want to rerun all queries.


tilltnet/rdimensions documentation built on Sept. 14, 2023, 7:02 p.m.