# \donttest{
# Get the OWID catalog
catalog <- owid_get_catalog()
# Search for climate or carbon in all text columns
owid_search(catalog, c("climate", "carbon"))
# Search only in the title column
owid_search(catalog, c("climate", "carbon"), c("title"))
# }
Run the code above in your browser using DataLab