create_view: Creates a new Caliper view with data from a data.frame

View source: R/views.R

create_viewR Documentation

Creates a new Caliper view with data from a data.frame

Description

The data view is a "MEM" (or memory table), and is not associated with a file.

Usage

create_view(df)

Arguments

df

data.frame The data to update the view with.

Value

string The name of the view.


Caliper-Corporation/caliperR documentation built on May 30, 2024, 2:35 p.m.