UpdateData: Update datasets

View source: R/seurat_data.R

UpdateDataR Documentation

Update datasets

Description

Update datasets

Usage

UpdateData(ask = TRUE, lib.loc = NULL)

Arguments

ask

logical indicating whether to ask the user to select packages before they are downloaded and installed, or the character string "graphics", which brings up a widget to allow the user to (de)select from the list of packages which could be updated. The latter value only works on systems with a GUI version of select.list, and is otherwise equivalent to ask = TRUE. ask does not control questions asked before installing packages from source via type = "both" (see option "install.packages.compile.from.source").

lib.loc

character vector describing the location of R library trees to search through (and update packages therein), or NULL for all known trees (see .libPaths).

Value

Invisible NULL

See Also

AvailableData InstallData InstalledData RemoveData

Examples

## Not run: 
UpdateData(ask = FALSE)

## End(Not run)


satijalab/seurat-data documentation built on April 12, 2025, 7:45 p.m.