View source: R/access_sensitivity.R
| classify_access | R Documentation |
Classify the access level and sensitivity of a data object.
classify_access(access_level = NULL, urls = NULL, source = NULL)
access_level |
Access codes/URIs harvested from metadata (character). |
urls |
Landing-page and content URLs (for host-based detection). |
source |
Optional source name/id. |
A list with access (public/embargoed/restricted/closed/
metadataonly/unknown), controlled_access, sensitive, the matched
reusabledata record (or NULL), and a human-readable note.
classify_access(access_level = "info:eu-repo/semantics/openAccess")$access
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.