Learn R Programming

cardinalR (version 1.0.6)

randomize_rows: Randomize Rows of a Data Frame

Description

This function randomly shuffles the rows of a given data frame.

Usage

randomize_rows(data)

Value

A data frame with rows randomly shuffled.

Arguments

data

A data frame to be randomized.

Examples

Run this code
randomize_rows(mobiusgau)

Run the code above in your browser using DataLab