Description Usage Arguments Value Examples
View source: R/scrape_rule_id.R
Scrape rule ID
| 1 | scrape_rule_id(url, selector_rule_no, selector_rule_text)
 | 
| url | String. URL to scrape. Output from  | 
| selector_rule_no | Rule number CSS selector | 
| selector_rule_text | Rule text CSS selector | 
Data frame with rule text and links.
| 1 2 3 4 5 6 | ## Not run: 
chapters_df <- get_structure("16-11-2007", layer = "chapter")
rules12 <- scrape_rule_structure(chapters_df[1:2,], "16-11-2007")
scrape_rule_id(rules12$rule_url[1], rules12$rule_number_sel[1], rules12$rule_text_sel[1])
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.