referenceDfNew {esmprep}R Documentation

Dataset 'referenceDf' in modified form

Description

Note: The dataset referenceDfNew is the result of the function genDateTime, when the dataset referenceDf is one of the function arguments.

Usage

referenceDfNew

Format

An object of class data.frame with 8 rows and 12 columns.

Examples

# Convert the 15 digit IMEI number from scientfic notation to text.
referenceDfNew$imei <- as.character(referenceDfNew$imei)
# Display the whole dataset in the console
referenceDfNew

[Package esmprep version 0.2.0 Index]