parseOxcalOutput: Parses an Oxcal Output File into R

View source: R/parsing_functions.R

parseOxcalOutputR Documentation

Parses an Oxcal Output File into R

Description

Takes the output of Oxcal as vector of strings (one string per line) and parse it as list.

Usage

parseOxcalOutput(result, first = FALSE, only.R_Date = T)

Arguments

result

The output of Oxcal as vector of strings (one string per line).

first

Return the first date only

only.R_Date

Return the informations for R_Dates

Value

A list containing all informations provided by Oxcal as list.


ISAAKiel/oxcAAR documentation built on Sept. 25, 2022, 5:07 a.m.