Learn R Programming

vascr (version 0.1.4)

vascr_save: Save a vascr dataset

Description

Save a vascr dataset

Usage

vascr_save(data.df, path)

Value

A .vascr file containing a vascr dataset

Arguments

data.df

The vascr dataset to save

path

The path to save the file to

Examples

Run this code
path = tempfile()
vascr_save(growth.df, path = path)

Run the code above in your browser using DataLab