inbo / n2khab

R package with preprocessing functions and standard reference data for Flemish Natura 2000 (N2K) habitat (HAB) analyses
https://inbo.github.io/n2khab
GNU General Public License v3.0
2 stars 1 forks source link

Simplification in specifying file locations #92

Closed florisvdh closed 3 years ago

florisvdh commented 3 years ago

This PR refers to the (Zenodo) datasources for which it is recommended to store them in a standard location inside the n2khab_data folder.

Please note, the simplifications introduced by this PR will break existing code in case a user deviated from the recommended default specified in vignette v020 (vignette("v020_datastorage")), and explicitly used path / file arguments instead.

Instead of two arguments path and file, just one argument file is now used (with the exception of read_GRTSmh_diffres(), where path and subdir have been replaced by dir). file takes an absolute or relative path to the data source file. This solves #86.

When R code did not use path / file arguments (i.e., implementation of the default), it should continue to work as expected.