util_table_of_vct: Tabulate a vector

View source: R/util_table_of_vct.R

util_table_of_vctR Documentation

Tabulate a vector

Description

does the same as as.data.frame(table(x)) but guarantees a data frame with two columns is returned

Usage

util_table_of_vct(Var1)

Arguments

Var1

vector to ta tabulate

Value

a data frame with columns Var1 and Freq

See Also

Other data_management: util_assign_levlabs(), util_check_data_type(), util_check_group_levels(), util_compare_meta_with_study(), util_dichotomize(), util_merge_data_frame_list(), util_rbind(), util_remove_na_records(), util_replace_hard_limit_violations(), util_study_var2factor()


dataquieR documentation built on May 29, 2024, 7:18 a.m.