Learn R Programming

ready4 (version 0.1.18)

get_source_code_urls: Get source code urls

Description

get_source_code_urls() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get source code urls. The function returns Urls (a character vector).

Usage

get_source_code_urls(
  pkg_nm_1L_chr = "ready4",
  pkg_url_1L_chr = "https://ready4-dev.github.io/ready4/index.html"
)

Value

Urls (a character vector)

Arguments

pkg_nm_1L_chr

Package name (a character vector of length one), Default: 'ready4'

pkg_url_1L_chr

Package url (a character vector of length one), Default: 'https://ready4-dev.github.io/ready4/index.html'