Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.05 KB

gfsR

The package contains a suite of tools helpful for working with FishNet2 data files. The primary functions provide a convenient way of unzipping DATA.ZIP archive files and reading them directly in to the R working environment.

The most up to date version can be installed using: devtools::install_github("HoldenJe/gfsR")

Contributions

Contributions from users are welcomed. Please review CONTRIBUTING Guidelines for work flow instructions.

Examples

  • Creel data archive
    creel <- import_fn_creel("~/FNData/WCH/SF18_WCH/DATA.ZIP")
    lapply(creel, head)

  • Index Netting Project
    nscin <- import_fn_index_net("~/FNData/NS1/IA02_NS1/DATA.ZIP")
    lapply(nscin, head)


See also:

rprocval: tools for checking data structure and biological attributes
https://github.com/HoldenJe/rprocval

Fishnet Migration Manual - an ongoing work-in-progress