random: Select Random Members of an Object

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Select random members of an object.

Usage

1
2
	## S3 method for class 'data.frame'
random(x,n=6L,...)

Arguments

x

An object, e.g. data.frame

n

number of rows to show

...

extra arguments, ignored

Details

The functions head and tail show the first or last parts of an object. random shows an arbitrary portion. Generic, with a method defined for data.frame.

Value

same class as x

Author(s)

Jim Rogers

References

http://metrumrg.googlecode.com

See Also

Examples

1

metrumrg documentation built on May 2, 2019, 5:55 p.m.