R/dasstOptions.R

### Global options for the Dasst package
###
### These options are set especially for the DSSAT data structure.
### The Dasst package may be used in other fix format environments
### by means of the edition of these options.

.dasstOptions <- new.env(FALSE, globalenv())

assign("sectionSign", "^\\*", envir = .dasstOptions)
assign("headerSep", " ", envir = .dasstOptions)
assign("headerSign", "^@", envir = .dasstOptions)

### Ignore empty lines (^$), blank lines (^ +$), 
### and beginning with exclamation (^!)
assign("ignoreSign", "^$|^ +$|^!", envir = .dasstOptions)

assign("pathSep", "/", envir = .dasstOptions)

assign("decimalPoint", ".", envir = .dasstOptions)

Try the Dasst package in your browser

Any scripts or data that you put into this service are public.

Dasst documentation built on April 14, 2022, 1:07 a.m.