collect_nltt_stats: Collect nltt statistics

Description Usage Arguments Value Author(s) Examples

View source: R/collect_nltt_stats.R

Description

Collect nltt statistics

Usage

1
collect_nltt_stats(project_folder_name = getwd())

Arguments

project_folder_name

project folder name, will be the full path to razzo_project

Value

a dataframe with parameters and nltt statistics

Author(s)

Giovanni Laudanno, Richèl J.C. Bilderbeek

Examples

1
2
3
4
5
6
7
library(raztr)

# Collect the nLTT statistics from the data supplied with this package
project_folder_name <- get_raztr_path("razzo_project")
collect_nltt_stats(
  project_folder_name = project_folder_name
)

richelbilderbeek/razzo documentation built on March 10, 2021, 1:17 p.m.