Learn R Programming

esmprep (version 0.2.0)

referenceDfNew: 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

Arguments

Format

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

Examples

Run this code
# NOT RUN {
# 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
# }

Run the code above in your browser using DataLab