Skip to content
/ gfsR Public

Helpful tools for working with FN2 DATA.ZIP archive files

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

HoldenJe/gfsR

Repository files navigation

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

About

Helpful tools for working with FN2 DATA.ZIP archive files

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages