Learn R Programming

tidysynthesis (version 0.1.2)

print.schema: Print the schema object to the console with formatting

Description

Print the schema object to the console with formatting

Usage

# S3 method for schema
print(x, ...)

Value

Invisibly returns the input schema object.

Arguments

x

A schema object

...

further arguments passed to or from other methods (not currently used).

Examples

Run this code

# default inferred schema
schema1 <- schema(
  conf_data = acs_conf_nw,
  start_data = acs_start_nw
)

print(schema1)

Run the code above in your browser using DataLab