powered by
flat_table
Creates a flat_table object.
flat_table(name = NULL, instances, unknown_value = NULL)
A flat_table object.
A string.
A tibble, table of instances.
tibble
A string, value used to replace empty and NA values in attributes.
The objective is to allow the transformation of flat tables.
We indicate the name of the flat table and we can also give the value that will be used to replace NA or empty values.
star_database
Other flat table definition functions: as_star_database(), get_table(), get_unknown_value_defined(), get_unknown_values(), read_flat_table_file(), read_flat_table_folder()
as_star_database()
get_table()
get_unknown_value_defined()
get_unknown_values()
read_flat_table_file()
read_flat_table_folder()
ft <- flat_table('iris', iris) ft <- flat_table('ft_num', ft_num)
Run the code above in your browser using DataLab