Learn R Programming

vascr (version 0.1.4)

vascr_load: Load a vascr dataset

Description

Load a vascr dataset

Usage

vascr_load(path)

Value

A vascr dataset

Arguments

path

the path to a .vascr file containing the saved dataset

Examples

Run this code

path = system.file("extdata/test.vascr", package = "vascr")
vascr_load(path)

Run the code above in your browser using DataLab