Learn R Programming

Ease (version 0.1.2)

listing: 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)

Value

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

Arguments

vect

a vector of any class.

Author

Ehouarn Le Faou