Skip to contents

function to take in an the survey name and an excel file. The excel file has parameters such as file paths, template paths, etc.

Usage

update_template_EV(Survey_Name, DirNameFile, ni = 1, ...)

Arguments

DirNameFile

excel file name of paths

ni

is an optional argument for which file to start with (default ni=1 is the first file).

Excel file has the following columns (with header names) Cal_File: calibration file name Base_Path: Orig_EV_Dir: Raw_Dir EK80_Cal_File EK80_Raw_Dir

SurveyName

name of survey as in excel file

Examples

DirNameFile="C:/rthomas/R/Rcode/EK60_EK80 conversion/EK60_Ek80_conv_updated/Directory Structure EK60 EK80 conversion updated.xlsx"
SurveyName='2019_US'
update_template_EV(SurveyName,DirNameFile, ni=1)
#> Error: `path` does not exist: ‘C:/rthomas/R/Rcode/EK60_EK80 conversion/EK60_Ek80_conv_updated/Directory Structure EK60 EK80 conversion updated.xlsx’