flat_table | R Documentation |
flat_table
S3 classCreates a flat_table
object.
flat_table(name = NULL, instances, unknown_value = NULL)
name |
A string. |
instances |
A |
unknown_value |
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.
A flat_table
object.
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()
ft <- flat_table('iris', iris)
ft <- flat_table('ft_num', ft_num)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.