View source: R/datasetmergingbyvariablewidget.R
DataSetMergingByVariableWidget | R Documentation |
Widget shown in output for flipData::MergeDataSetsByVariable
.
DataSetMergingByVariableWidget(
input.data.sets.metadata,
merged.data.set.metadata,
source.data.set.indices,
omitted.variable.names.list,
merged.id.variable.name,
id.variable.names,
example.id.values,
is.saved.to.cloud,
page = NULL,
variables.per.page = 1000
)
input.data.sets.metadata |
An object containing metadata for the
input data set. See the function |
merged.data.set.metadata |
An object containing metadata for the
merged data set. See the function |
source.data.set.indices |
An integer vector corresponding to the variables in the merged data set. Each element contains the index of the input data set from which the variable originated. |
omitted.variable.names.list |
A list whose elements correspond to the input data sets. Each element contains the names of variables from a data set that were omitted from the merged data set. |
merged.id.variable.name |
A character scalar of the name of the ID variable in the merged data set. It is NULL if there is no ID variable. |
id.variable.names |
A character vector corresponding to the input data sets. Each element is an ID variable name from an input data set. |
example.id.values |
A character vector corresponding to the input data sets. Each element is an example ID value from an ID variable from an input data set. |
is.saved.to.cloud |
A logical scalar indicating whether the merged data set was saved to the Displayr cloud drive. |
page |
A numeric scalar of the page number. If not specified, the first page is shown. |
variables.per.page |
A numeric scalar of the number of variables per page. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.