detect.type: Check the type of the variable

Description Usage Arguments Value

View source: R/copy.data.R

Description

Method checks if the variable exists, and what type it is. Based on that it decides if the type is supported or not.

Usage

1
detect.type(variable.name = "")

Arguments

variable.name

The name of the variable taht will be checked.

Value

The list of 4 values:

name

name of the variable

type

type of the variable

value

value of the variable

supported

TRUE if tsv can be generated, FALSE otherwise


sfr/RStudio-Addin-Snippets documentation built on May 29, 2019, 8:01 p.m.