Learn R Programming

matriz (version 1.0.1)

add_empty_row: 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)

Value

Modified data frame with an additional empty row

Arguments

.data

A data frame to which an empty row will be added