Description Usage Arguments Value Examples
Extract Components of GDPR Chapters/Articles/Points
1 | chapter_components(chapter = NULL, article = NULL, points = NULL)
|
chapter |
chapter from which to extract |
article |
article from which to extract |
points |
points to extract (default all available) |
Either a vector of article titles or a vector of points.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.