read.dyn_2D_master: Read and inspect sweep.dyn_2D master files

View source: R/read_dyn_2D_master.R

read.dyn_2D_masterR Documentation

Read and inspect sweep.dyn_2D master files

Description

A function to read and inspect the sweep.dyn_2D master files and obtain a master formatted list.

Usage

read.dyn_2D_master(workdir, dyn_2D_master_file, isobxr_master_file)

Arguments

workdir

Working directory of isobxr excel master file and where output files will be stored if exported by user. (character string)

dyn_2D_master_file

Name of sweep.dyn_2D excel master file. (without file "xlsx" extension).

isobxr_master_file

Name of isobxr excel master file. (without file "xlsx" extension). Default is "0_ISOBXR_MASTER".

Value

List of formatted dyn_2D_master_file master inputs.

Examples

read.dyn_2D_master(workdir = "/Users/username/Documents/1_ABC_tutorial",
                   dyn_2D_master_file = "0_SWEEP_DYN_demo",
                   isobxr_master_file = "0_ISOBXR_MASTER")


isobxr documentation built on Aug. 23, 2023, 5:06 p.m.