create_fake_data.Rd
Given a dataframe with variables as columns, this function creates a random dataframe that can be stored on the local machine without security and privacy issues. The type of the variables is matched.
create_fake_data(dat)
A dataframe with variables as columns. A data.table object.
A random dataframe with matching variables. A data.table object.