default_schema {csvwr} | R Documentation |
Create a default table schema given a csv file and dialect
Description
If neither the table nor the group have a tableSchema
annotation,
then this default schema will used.
Usage
default_schema(filename, dialect = default_dialect)
Arguments
filename |
a csv file |
dialect |
specification of the csv's dialect (default: |
Value
a table schema
[Package csvwr version 0.1.7 Index]