前回のつづきです。前回は rapache の設定と簡単なCGIを作ってみました。今度は画像を出力して表示する CGI を作ります。内容は、乱数を適当に作ってヒストグラムを作画するCGIです。画像はランダムなファイル名で保存します。
<<<
# Functions
header <- function(contenttype) {
setContentType(contenttype)
}
html.head <- function(content) {
cat("\n")
cat(content)
cat("\n")
}
html.body <- function(content) {
cat("\n")
cat(content)
cat("
<<<
# Functions
header <- function(contenttype) {
setContentType(contenttype)
}
html.head <- function(content) {
cat("\n")
cat(content)
cat("\n")
}
html.body <- function(content) {
cat("\n")
cat(content)
cat("