ropensci / EML

Ecological Metadata Language interface for R: synthesis and integration of heterogenous data
https://docs.ropensci.org/EML
Other
98 stars 33 forks source link

fix bug in `set_physical` if file is not on disk #258

Closed jeanetteclark closed 5 years ago

jeanetteclark commented 5 years ago

set_physical has a check in place to make sure that the function won't try to read in a file that doesn't exist, but detect_delim does not. This causes set_physical to fail if the file is not on disk, and if the recordDelimiter argument is not set since the default value for that argument calls detect_delim

cboettig commented 5 years ago

Nice, thanks!