promptDatasets: Prompt for dataset in the console

View source: R/promptDatasets.R

promptDatasetsR Documentation

Prompt for dataset in the console

Description

Prompt for dataset in the console

Usage

promptDatasets(
  package = NULL,
  lib.loc = NULL,
  all = TRUE,
  drop.defaults = FALSE
)

Arguments

package

a character vector with the names of packages to search through, or NULL in which "all" packages (as defined by argument all) are searched.

lib.loc

a character vector of directory names of R libraries, or NULL. The default value of NULL corresponds to all libraries currently known.

all

logical; if TRUE search all available packages in the library trees specified by lib.loc, and if FALSE, search only attached packages.

drop.defaults

logical; if TRUE, do not include the datasets from the datasets package.


bquast/datasets.load documentation built on Nov. 16, 2023, 3:29 a.m.