swfscDAS (version 0.4.0)

das_format_pdf: DAS format requirements

Description

Save the pdf document describing the DAS format required by swfscDAS to a specified file

Usage

das_format_pdf(file, ...)

Arguments

file

character, the name of the file where the pdf will be saved

...

passed on to file.copy; might included named argument overwrite

Value

output of file.copy; TRUE if writing of file was successful, and FALSE otherwise

Details

A wrapper function for file.copy. This function saves the pdf document describing the DAS data format requirements by copying the pdf document located at system.file("DAS_Format.pdf", package = "swfscDAS") to file

This file can also be downloaded from https://github.com/smwoodman/swfscDAS/blob/master/inst/DAS_Format.pdf

Examples

Run this code
# NOT RUN {
das_format_pdf(file.path(tempdir(), "DAS_Format.pdf"), overwrite = FALSE)

# }

Run the code above in your browser using DataLab