Description Usage Arguments Value Examples
write_stn_csv expand typical write.table function by standart attributes - quote, row.names, col.names, sep, dec, fileEncoding
1 |
data |
the object to be written, preferably a matrix or data frame. |
file |
Path in string for saving csv |
dec |
decimal separator, "." by default |
type |
"csv" (by default), "rds", "xls" or "fst" format saving |
file in file system
1 2 | write_stn_csv(swiss, file = paste0(getwd(), "/swiss.csv"))
write_stn_csv(swiss, file = paste0(getwd(), "/swiss.csv"), dec = ",")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.