Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NOAA-FEAT/FEATR
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccathomas-NOAA committed Nov 29, 2022
2 parents a9bf1e6 + 7d26fb9 commit 04e7751
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
.RData
.Ruserdata
docs
*.xls
*.xlsx
8 changes: 8 additions & 0 deletions FEATR_PracticeExamples.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#devtools::install_github("NOAA-FEAT/FEATR")
library(FEATR)
#dirstruct <- read_excel("E:/GitHub/FEATR/R/Directory Structure EK60 EK80 conversion updated.xlsx")
DirNameFile <- "E:/GitHub/FEATR/R/Directory Structure EK60 EK80 conversion updated.xlsx"
SurveyName <- "2019_US"
repath_EVdir(SurveyName,DirNameFile, ni=1)

SetBiomassExpParamsFun(Obj_ExpVar, ToExport,NoExport)

0 comments on commit 04e7751

Please sign in to comment.