LoadData: Load selected data

View source: R/data.R

LoadDataR Documentation

Load selected data

Description

If not previously run, it will download the selected data.

Usage

LoadData(file.path, data.use = c("Visium.HNN", "Visium.Brain"))

Arguments

file.path

Path to the directory contains or to download the data object, i.e. "~/Downloads".

data.use

Selected data to load. See available.data.

Value

Selected data:

Examples

## Not run: 
Visium.hnn.dist <- LoadData("~/Downloads", "Visium.HNN")

## End(Not run)


stevexniu/spots documentation built on July 30, 2022, 9:21 a.m.