chapter_components: Extract Components of GDPR Chapters/Articles/Points

Description Usage Arguments Value Examples

Description

Extract Components of GDPR Chapters/Articles/Points

Usage

1
chapter_components(chapter = NULL, article = NULL, points = NULL)

Arguments

chapter

chapter from which to extract

article

article from which to extract

points

points to extract (default all available)

Value

Either a vector of article titles or a vector of points.

Examples

1
2
3
chapter_components(chapter = 1) # list all articles in chapter (1)
chapter_components(chapter = 1, article = 1) # extract all points in (1, 1)
chapter_components(chapter = 1, article = 1, points = 2) # extract (1, 1, 2)

jonocarroll/tidyGDPR documentation built on May 31, 2019, 12:10 p.m.