powered by
Print the schema object to the console with formatting
# S3 method for schema print(x, ...)
Invisibly returns the input schema object.
schema
A schema object
further arguments passed to or from other methods (not currently used).
# 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