collect_all: Performs the full analysis on all the .RDa files present in a...

Description Usage Arguments Value Examples

Description

Performs the full analysis on all the .RDa files present in a given folder. These .RDa files are in the format created by the 'wirittttes' package

Usage

1
collect_all(folder = "~/GitHubs/wiritttea/inst/extdata")

Arguments

folder

path of the folder containing the RDa files

Value

nothing, but will create multiple .CSV files in the folder

Examples

1
2
3
4
5
  folder <- "~/GitHubs/wiritttea/inst/extdata"
  if (file.exists(folder)) {
    collect_all(folder = folder)
    testit::assert(length(list.files(folder, pattern = "\\.csv")) > 0)
  }

richelbilderbeek/wiritttea documentation built on May 27, 2019, 8:02 a.m.