initiateAnalysis | R Documentation |
Sets up an object of class AnalysisAspect
.
initiateAnalysis(
data,
key_name,
key_prefix = NULL,
meta_names = character(0),
cluster_with = "data",
lgl_to_group = TRUE,
verbose = TRUE
)
data |
Data.frame containing the data to be analyzed. |
key_name |
The key variable. If NULL, the key variable is created
either by using the rownames and - if rownames are invalid - by combining
input for argument |
key_prefix |
Character value. The prefix for the artificial key variable. |
meta_names |
Names of the data.frame of |
verbose |
|
analysis_aspect |
The actual analysis aspect. Use |
An object of class specified in analysis_aspect
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.