Add a URL where the dataset description can be found in preparation for
JSON-LD metadata generation using codebook() or metadata_list().
data_url(data) <- value
| data | the data frame |
|---|---|
| value | the URL |
data('bfi') data_url(bfi) <- "https://rubenarslan.github.io/codebook/articles/codebook.html" attributes(bfi)[[4]]#> [1] "https://rubenarslan.github.io/codebook/articles/codebook.html"