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

Description Usage Arguments Value

View source: R/utility.R

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

1
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 Sept. 2, 2021, 9:48 a.m.