prep_data: Import output from veda runs into R.

View source: R/get_veda_dat.R

prep_dataR Documentation

Import output from veda runs into R.

Description

Imports and combines vd, vde and vds files to create a single tibble with standard formatting

Usage

prep_data(filename_base, vignette = F)

Arguments

filename_base

a character string of the veda files without the .vd* suffix

vignette

logical. Set to TRUE if running from within the vignette or development environmnet.

Examples

  path_to_data <- paste0(find.package("vedar"),
                         "/extdata/")
  filename_base <- paste0(path_to_data, "DemoS_001")

  dat <- prep_data(filename_base)

DataScienceScotland/vedar documentation built on April 3, 2022, 10:32 p.m.