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

View source: R/views.R

update_viewR Documentation

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

Description

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

Usage

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.


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