Skip to contents

Read in a directory of .csv files exported from Echoview. The function preserves the cells by depth. Uses packages readxl, readr, purrr, and dplyr. This version (unlike read_EV_exports) does not need to have the directory variable

Usage

read_EV_exports_v2(SurveyName, DirNameFile, database = 1, exportloc = 1, ...)

Arguments

SurveyName

- name of survey

DirNameFile

excel file - contains paths and locations of files

database

is an optional argument for format of the .csv files to. Default is database (1). Spreadsheet =0

exportloc

is an optional argument for using the Export_Dir or the Region_Export_dir column entry in the DirNameFile spreadsheet. 1 is Export_Dir, and 0 is Region_Export_dir

Examples

temp<-read_EV_exports_v2(SurveyName, DirNameFile,database=1,exportloc=1)
#> Error in read_EV_exports_v2(SurveyName, DirNameFile, database = 1, exportloc = 1): could not find function "read_EV_exports_v2"