preprocess_data | R Documentation |
preprocess_data
preprocesses data.Preprocess data.
preprocess_data
preprocesses data.
preprocess_data(population, annotation_prefix = "Metadata_")
population |
data.frame with annotations (a.k.a. metadata) and observation variables. |
annotation_prefix |
optional character string specifying prefix for
annotation columns (e.g. |
data.frame after preprocessing.
suppressMessages(suppressWarnings(library(magrittr)))
population <- tibble::tibble(
AreaShape_Area = c(10, 12, 15, 16, 8, 8, 7, 7),
AreaShape_Compactness = c(10, 12, NA, 16, 8, 8, 7, 7)
)
matric::drop_annotation(population, annotation_prefix = "Metadata_")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.