View source: R/flat_table_transform.R
remove_instances_without_measures | R Documentation |
Delete instances that have all measures undefined.
remove_instances_without_measures(ft)
## S3 method for class 'flat_table'
remove_instances_without_measures(ft)
ft |
A |
A flat_table
object.
flat_table
Other flat table transformation functions:
add_custom_column()
,
replace_empty_values()
,
replace_string()
,
replace_unknown_values()
,
select_attributes()
,
select_instances_by_comparison()
,
select_instances()
,
select_measures()
,
separate_measures()
,
transform_attribute_format()
,
transform_from_values()
,
transform_to_attribute()
,
transform_to_measure()
,
transform_to_values()
ft <- flat_table('iris', iris) |>
remove_instances_without_measures()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.