collect_files_nltt_stats_dirty: Calculates the nLTT statistics from multiple files that may...

Description Usage Arguments Value Author(s) Examples

Description

Calculates the nLTT statistics from multiple files that may be invalid

Usage

1

Arguments

filenames

the names of the files

Value

a distribution of nLTT statistics

Author(s)

Richel Bilderbeek

Examples

1
2
3
4
5
6
7
8
9
  nltt_stats <- collect_files_nltt_stats_dirty(
    filenames = c(
      find_path("toy_example_1.RDa"),
      "inva.lid",
      find_path("toy_example_2.RDa")
    )
  )
  expected_names <- c("filename", "sti", "ai", "pi", "si", "nltt_stat")
  testit::assert(all(names(nltt_stats) == expected_names))

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