Retrieve the list of packages suggested.

get_cran_suggests(package_name)

Arguments

package_name

Name of the R package.

Examples

# NOT RUN {
get_cran_suggests("dplyr")
# }