qVec: Convenience function to quickly copy-paste a vector

View source: R/qVec.R

qVecR Documentation

Convenience function to quickly copy-paste a vector

Description

Convenience function to quickly copy-paste a vector

Usage

qVec(x, fn = NULL)

qVecSum(x)

Arguments

x

A string with numbers, separated by arbitrary whitespace.

fn

An optional function to apply to the vecor before returning it.

Value

The numeric vector or result of calling the function

Examples

qVec('23 	9 	11 	14 	12 	20');

ufs documentation built on July 9, 2023, 6:07 p.m.

Related to qVec in ufs...