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

Arguments

data

the data frame

value

the URL

Examples

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"