create_start_end: Create index to iterate over css queries by groups of n...

View source: R/utility.R

create_start_endR Documentation

Create index to iterate over css queries by groups of n queries.

Description

Takes in a data.frame of css queries to be submitted using RSelenium and outputs a matrix with start and end index used to further loop over.

Usage

create_start_end(seq_length, rows)

Arguments

seq_length

integer specifying the size of the groups

rows

integer with number of queries to be submitted.

Value

matrix with two columns with start and end end indexes.


tijoalca/pigeonscraper documentation built on June 2, 2025, 2:13 a.m.