parseImportFile: Parses the import file format and returns the results into a...

View source: R/importPostSeasonTemplates.R

parseImportFileR Documentation

Parses the import file format and returns the results into a list The file format generally consists of a header followed by a CSV table of fishery catch. Each section of the file is seperated by 4 or more dashes (e.g. ———-) and a carrage return.

Description

Parses the import file format and returns the results into a list The file format generally consists of a header followed by a CSV table of fishery catch. Each section of the file is seperated by 4 or more dashes (e.g. ———-) and a carrage return.

Usage

parseImportFile(import.file.name)

Arguments

import.file.name

The file name of the import file

Value

A list with the different sections of the import file


PSC-CoTC/AnnualReport documentation built on March 26, 2022, 9:33 a.m.