Learn R Programming

SeuratObject (version 5.0.2)

EmptyDF: Empty Data Frames

Description

Create an empty data frame with no row names and zero columns

Usage

EmptyDF(n)

Value

A data frame with n rows and zero columns

Arguments

n

Number of rows for the data frame

Examples

Run this code
EmptyDF(4L)

Run the code above in your browser using DataLab