#' Read log
#'
read_log <- function() {
if (!file.exists("data/portfolios/shinyStocksLog.txt")) {
return(NULL)
}
read.table(file = "data/portfolios/shinyStocksLog.txt", header = TRUE, sep = ";")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.