Description Usage Arguments Value Examples
View source: R/timeStampAndMove.R
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.
1 | timeStampAndMove(dataframe, extension)
|
dataframe |
the name of the dataframe |
extension |
a really fun name |
None
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.