ufs (version 0.5.12)

qVec: Convenience function to quickly copy-paste a vector

Description

Convenience function to quickly copy-paste a vector

Usage

qVec(x, fn = NULL)

qVecSum(x)

Value

The numeric vector or result of calling the function

Arguments

x

A string with numbers, separated by arbitrary whitespace.

fn

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

Examples

Run this code
qVec('23 	9 	11 	14 	12 	20');

Run the code above in your browser using DataLab