AWIExcelLoader: AWIExcelLoader

Description Usage Arguments Value Note Author(s)

View source: R/ExcelLoader.R

Description

Loads an Excel of the AWI database and interpolates it.

Usage

1
2
3
4
5
6
AWIExcelLoader(
  Excelname,
  AgeTxtName = NULL,
  Tables = c("Organic", "Element", "GrainSize", "Mineral", "Diatom"),
  FixFormat = F
)

Arguments

Excelname

Excel sheet from the AWI database.

AgeTxtName

Age textfile from Bacon with a d.by from 0.25. This is optional.

Tables

Selecting which table sheets to load.

FixFormat

standardizes all data so that it is easier to calculate with them in the future.

Value

AWIExcelLoader retruns a List of all interpolatet excel sheets.

Note

This function has only been developed for the Alfred Wegener Institute Helmholtz Centre for Polar and Marine Research and should therefore only be used in combination with their database.

Author(s)

Tim Kröger


TimKroeger13/AWIPackage documentation built on April 10, 2021, 2:32 p.m.