scrape_chapter_structure: Scrape chapter structure

Description Usage Arguments Value Examples

View source: R/scrape_chapter_structure.R

Description

Scrape chapter structure

Usage

1

Arguments

df

Data frame with part URLs. Output of "scrape_part_structure".

Value

Data frame with scraped chapter structure.

Examples

1
2
3
4
5
6
## Not run: 
sectors <- scrape_sector_structure("http://www.prarulebook.co.uk/rulebook/Home/Handbook/16-11-2007")
parts <- scrape_part_structure(sectors)
chapters <- scrape_chapter_structure(parts)

## End(Not run)

mroliversmith/PRAClone documentation built on Jan. 11, 2020, 2:05 a.m.