Creates a flat_table
object.
Arguments
- name
A string.
- instances
A
tibble
, table of instances.- unknown_value
A string, value used to replace empty and NA values in attributes.
Details
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.
See also
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()