Description Usage Arguments Value Examples
license_text grabs the actual plaintext of a set of
licenses within the provided metadata, wherever possible.
| 1 | license_text(license_metadata, ...)
 | 
| license_metadata | metadata returned from  | 
| ... | further arguments to pass to httr's GET. | 
a data.frame of 3 columns; "license" containing the license IDs,
"content" containing the actual text, and "retrieved_from" indicating the
URL the content was returned from. In the event that the plaintext of a license
is not available (because a URL for it was not in the metadata), content
and retrieved_from will be NAs.
| 1 | gpl_2_text <- license_text(license_by_id("GPL-2.0"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.