#' @title f.write.csv.xlsx
#'
#' @description f.write.csv.xlsx
#'
#' @param
#'
#' @return NULL
#'
#' @examples
#'
#' @export f.write.csv.xlsx
#'
f.write.csv.xlsx<-function(
...
){
write.table(...,na="",sep=";",row.names=FALSE,dec=",")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.