cfc: Create a Vector, Matrix, or Data Frame from Clipboard object

View source: R/cfc.r

cfcR Documentation

Create a Vector, Matrix, or Data Frame from Clipboard object

Description

Creates vector, matrix, or data.frame from clipboard object.

Usage

cfc(obj.type = "data.frame", strings.as.factors = FALSE, row.names = NULL)

Arguments

obj.type

either one of 'data.frame' (default), 'vector' or 'matrix'

strings.as.factors

logical to treat strings as factors

row.names

determining row.names

Value

see obj.type


qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.