extract_fixed_crown_age: Extract if the crown age is fixed from a file

Description Usage Arguments Value Author(s) Examples

Description

Extract if the crown age is fixed from a file

Usage

1

Arguments

file

A loaded parameter file

Value

a boolean indicating if the crown age is fixed

Author(s)

Richel Bilderbeek

Examples

1
2
3
  file <- read_file(find_path("toy_example_1.RDa"))
  fixed_crown_age <- extract_fixed_crown_age(file)
  testit::assert(fixed_crown_age == FALSE)

richelbilderbeek/wiritttes documentation built on May 27, 2019, 8:14 a.m.