View source: R/create_deployment_log.R
create_log_from_NSDFA_tracking | R Documentation |
Writes deployment log from the NSDFA tracking sheet
create_log_from_NSDFA_tracking(
path.tracking.sheet,
temp.sheet = "TempMetaData",
path.export,
station,
deployment.date
)
path.tracking.sheet |
Full path to the NSDFA tracking sheet (including the file name and extension). This must be a .xlsx file. |
temp.sheet |
Name of the tab with the temperature data (in ""). |
path.export |
Path to the Log folder. |
station |
Station name. |
deployment.date |
Date of deployment as a character string in the format "Y-m-d" |
Imports the NSDFA tracking sheet, filters for the station and date of interest, re-formats into the deployment log format, and exports to the Log folder.
DD: I tried to match Recv_Method from the tracking sheet with Mount_Type in the Log, but it doesn't match existing logs.
Returns deployment log in .xlsx format.
Danielle Dempsey
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.