read_comsol <- function(filename,colnames) {
df <- read.csv(paste0(comsolpfad,filename),skip=9,sep="",header=F)
colnames(df) <- colnames
return(df)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.