split_by_div: Split file by '<div' code into different lines

View source: R/scrapeGS.R

split_by_divR Documentation

Split file by '<div' code into different lines

Description

Split the imported html code into lines based on the '<div' field code.

Usage

split_by_div(html)

Arguments

html

A string consisting of the html code for a webpage

Value

A vector of strings, one for each separated line

Examples

## Not run: 
lines <- split_by_div(code)
lines

## End(Not run)

nealhaddaway/GSscraper documentation built on May 6, 2022, 10:52 a.m.