BLE-LTER / MetaEgress

R package to create Ecological Metadata Language documents from an instance of LTER-core-metabase database schema
https://BLE-LTER.github.io/MetaEgress/
6 stars 3 forks source link

replace use of subset() throughout package with standard subsetting functions #39

Open atn38 opened 5 years ago

atn38 commented 5 years ago

According to subset() documentation and general R programming resources, subset() is better used interactively than in programs. This is due to its non-standard evaluation (need to understand more what it means).

Replace use of subset() in the package with [ and [[. $ is also not ideal, as it allows partial matching.

atn38 commented 5 years ago

in progress. ditto with dollar sign subsetting $