Moni1000Header: Create Monitoring 1000 file header data

View source: R/header.r

Moni1000HeaderR Documentation

Create Monitoring 1000 file header data

Description

Create Monitoring 1000 file header data

Usage

Moni1000Header(
  DATA_CREATED = format(Sys.Date(), "%Y%m%d"),
  PARAMETER_DEFINITIONS = ParameterDefinitions(),
  ...
)

Arguments

DATA_CREATED

data creation date.

PARAMETER_DEFINITIONS

a ParameterDefinitions object having parameter descriptions.

...

other parameters placed on the header.

Value

Moni100Header object.

Examples

Moni1000Header(
	DATA_CREATOR = "John Doe", DATA_TITLE = "Important data",
	SITE_NAME = "Nenokuni", PLOT_NAME = "Yomotsu-Hirasaka",
	PLOT_CODE = "NK", PLOT_SIZE = "10ha",
	PARAMETER_DEFINITIONS = ParameterDefinitions()
)


Marchen/moni1000 documentation built on Feb. 23, 2025, 11:27 p.m.