randomize_rows: Randomize Rows of a Data Frame

View source: R/util.R

randomize_rowsR Documentation

Randomize Rows of a Data Frame

Description

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

Usage

randomize_rows(data)

Arguments

data

A data frame to be randomized.

Value

A data frame with rows randomly shuffled.

Examples

randomize_rows(mobiusgau)

cardinalR documentation built on Aug. 21, 2025, 5:27 p.m.