Retrieve the title of the package from CRAN.

get_cran_title(package_name)

Arguments

package_name

Name of the R package.

Examples

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