listing {Ease}R Documentation

Listing for display

Description

Listing from the elements of a vector by producing a string, with comma separation between each element and the word "and" between the last two elements.

Usage

listing(vect)

Arguments

vect

a vector of any class.

Value

A listing of the elements of the input vector as a string.

Author(s)

Ehouarn Le Faou


[Package Ease version 0.1.2 Index]