schema_methods {DataFakeR}R Documentation

Schema object methods

Description

The set of methods that can be used on schema object returned by schema_source function.

Usage

schema_update_source(
  schema,
  file,
  faker_opts = getOption("dfkr_options", default_faker_opts)
)

schema_get_table(schema, table_name)

schema_plot_deps(schema, table_name)

schema_simulate(schema)

Arguments

schema

Schema object keeping table dependency graph.

file

Path to schema configuration yaml file.

faker_opts

Structure sourcing and columns simulation config.

table_name

Name of the table.

Details

The methods are:


[Package DataFakeR version 0.1.3 Index]