df_to_view: Converts a data.frame into a view.

View source: R/views.R

df_to_viewR Documentation

Converts a data.frame into a view.

Description

Updates an existing view or creates a new one as needed.

Usage

df_to_view(df, view_name = NULL, 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.


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