get_source_code_urls: Get source code urls

get_source_code_urlsR Documentation

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"
)

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'

Value

Urls (a character vector)


ready4-dev/ready4 documentation built on Nov. 4, 2024, 11:38 p.m.