timeStampAndMove: Time stamp, and then move takes a dataframe and moves it to...

Description Usage Arguments Value Examples

View source: R/timeStampAndMove.R

Description

Time stamp, and then move takes a dataframe and moves it to the Data folder built for the R portable, with an added name extension, then adds a time stamp.

Usage

1
timeStampAndMove(dataframe, extension)

Arguments

dataframe

the name of the dataframe

extension

a really fun name

Value

None

Examples

1
2
3
4
5
6
7
8
d1 <- c(1:5)
d2 <- c(2:6)
d3 <- c(3:7)
mat <- cbind(d1, d2, d3)
mat <- as.data.frame(mat)
colnames(mat) <- c(1:3)
rownames(mat) <- c(1:5)
timeStampAndMove(mat, "Omyjjiodi")

notsynonymous/SWA documentation built on Dec. 22, 2021, 3:13 a.m.