update_view: Updates an existing Caliper view with data from a data.frame

Description Usage Arguments Value

View source: R/views.R

Description

Updates an existing Caliper view with data from a data.frame

Usage

1
update_view(df, view_name, set_name = NULL)

Arguments

df

data.frame The data to update the view with.

view_name

string The view to update.

set_name

string Optional selection set name. If provided, only the rows within the selection set of view_name will be updated.

Value

string The view name.


dkyleward/caliperR documentation built on Dec. 31, 2021, 7:11 p.m.