DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

R Reference: Data Frames

Quick reference for Data Frames.

Read time: 1 min Words: 16
My Progress

R Reference — Data Frames

Quick summary of Data Frames with syntax and example.

Syntax

x <- c(...)

Example

x <- c(1,2,3,4)
mean(x)