aitoa.text: Create a Text File

Description Usage Arguments Value

View source: R/text_out.R

Description

Create a text file.

Usage

1
2
3
4
5
6
7
8
aitoa.text(
  directory = ".",
  name,
  type = c("md", "txt"),
  trim.ws = TRUE,
  skip.if.exists = TRUE,
  body = { }
)

Arguments

directory

the directory where the text will be stored

name

the name chosen for the text

type

the type of the graphic; supported are txt and md

trim.ws

should whitespace be trimmed?

skip.if.exists

should existing files be skipped?

body

the expression to be executed for getting the text.

Value

the path to the newly created text file


thomasWeise/aitoaEvaluate documentation built on Dec. 6, 2020, 1:22 p.m.