add_empty_row {matriz}R Documentation

Add an Empty Row to a Data Frame

Description

Adds a single row of NA values to a data frame

Usage

add_empty_row(.data)

Arguments

.data

A data frame to which an empty row will be added

Value

Modified data frame with an additional empty row


[Package matriz version 1.0.1 Index]