inst/doc/howto.excel.R

## ----sources-------------------------------------------------------------
library(POD)

## ---- eval=FALSE---------------------------------------------------------
#  # where to store a copy of the macro
#  dest <- "~"
#  exportExcelMacro(dest)

## ----sessionInfo, echo=FALSE---------------------------------------------
#sessionInfo(package='POD')
aux <- sessionInfo()
aux$BLAS <- gsub(aux$BLAS, pattern=".*/lib/", replacement = "pathto/lib/")
aux$LAPACK <- gsub(aux$LAPACK, pattern=".*/lib/", replacement = "pathto/lib/")
print(aux)

Try the POD package in your browser

Any scripts or data that you put into this service are public.

POD documentation built on July 2, 2020, 3:16 a.m.