View source: R/license_reuse.R
| license_reuse | R Documentation |
Goes beyond detecting that a license exists: classifies whether it actually permits redistribution, commercial use, and derivative works, and whether it meets the Open Definition. Useful for judging real reusability of data.
license_reuse(license)
license |
A license name, SPDX id, or URL (e.g. from an assessment). |
A list describing the license's reuse terms, including is_open,
permits_redistribution, permits_commercial, permits_derivatives,
requires_attribution, requires_share_alike, category, and note.
license_reuse("https://creativecommons.org/licenses/by-nc-nd/4.0/")$is_open
license_reuse("CC-BY-4.0")$is_open
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.