powered by
A function to read in feasibility parameters from an Excel spreadsheet with tabs named following specific convention
Fease_xl(fname, stkname, fpath = '', saveCSV = FALSE)
Name of the Excel spreadsheet file. Must include file extension.
Name of the Stock.
Full file path, if file is not in current working directory
Do you also want to save the Stock, Fleet and Observation parameters to CSV files?
A object of class Fease
The Excel spreadsheet must have tabs named with the following convention. For example if stkname is 'myFish', the tab must be named 'myFishFease,
stkname
# NOT RUN { # } # NOT RUN { myFease <- Fease_xl(fname='FeaseTables.xlsx', stkname='myFish') # } # NOT RUN { # }
Run the code above in your browser using DataLab