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)

Arguments

dat

A dataframe with variables as columns. A data.table object.

Value

A random dataframe with matching variables. A data.table object.