if (FALSE) {
# Metadata cache summary
meta_cummary()
}
if (FALSE) {
# The current metadata DB
meta_list()
# Selected packages only
meta_list(pkg = c("shiny", "htmlwidgets"))
}
if (FALSE) {
# Update the metadata DB
meta_update()
}
if (FALSE) {
# Delete the metadata DB
meta_clean()
}
Run the code above in your browser using DataLab