samp: Sample n rows from a dataframe. Works just like head/tail.

Description Usage Arguments Value

Description

Sample n rows from a dataframe. Works just like head/tail.

Usage

1
samp(x, n = 6L)

Arguments

x

Dataframe to sample.

n

Number of rows to sample.

Value

Dataframe with n randomly selected rows.


mattdelhey/mdutils documentation built on May 21, 2019, 12:57 p.m.