powered by
This function gets R packages based on a keyword in their description.
find_packages(keyword)
character vector of matching package names or NULL if no matches.
character, the keyword to search package descriptions for.
# \donttest{ # find the list of R packages for data or machine learning matched_pkgs <- find_packages("data") matched_pkgs matched_pkgs <- find_packages("machine learning") matched_pkgs # }
Run the code above in your browser using DataLab