getvartext: get text of variables from a specified text spreadsheet

View source: R/general_funcs.R

getvartextR Documentation

get text of variables from a specified text spreadsheet

Description

get text of variables from a specified text spreadsheet

Usage

getvartext(x, y = 1)

Arguments

x

a vector

y

the nth element of a vector to extract, default = 1 (first)

Value

returns the nth element of a vector

Examples

a <- c(77, 23, 4, 56, 7)
getvartext(a)

cathblatter/shurp2018 documentation built on Jan. 11, 2023, 11:29 a.m.