readStringWrapper: Read String Wrapper

View source: R/03-readString.R

readStringWrapperR Documentation

Read String Wrapper

Description

Read and check string from clipboard

Usage

readStringWrapper(
  content,
  mode,
  class,
  withRownames = TRUE,
  withColnames = TRUE
)

Arguments

content

(character) string from clipboard

mode

(character) paste mode, one of "auto", "comma-separated", "tab-separated", "semicolon"

class

(character) class of content, e.g. "numeric", "character"

withRownames

(logical) should the first column be used as rownames?

withColnames

(logical) should the first row be used as colnames?


Pandora-IsoMemo/resources documentation built on Nov. 21, 2024, 3:56 a.m.