make_ls_of_pkgs_to_imp: Make list of packages to import

make_ls_of_pkgs_to_impR Documentation

Make list of packages to import

Description

make_ls_of_pkgs_to_imp() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make list of packages to import. The function returns Packages to import (a list).

Usage

make_ls_of_pkgs_to_imp(curr_gnrcs_ls, fn_name_1L_chr, nss_to_ignore_chr)

Arguments

curr_gnrcs_ls

Current generics (a list)

fn_name_1L_chr

Function name (a character vector of length one)

nss_to_ignore_chr

Namespaces to ignore (a character vector)

Value

Packages to import (a list)


ready4-dev/ready4class documentation built on April 22, 2024, 8:30 a.m.