df_to_view: Converts a data.frame into a view.

Description Usage Arguments

View source: R/views.R

Description

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

Usage

1
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.


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