rApache handler for the professional puberty plot webapp
Source:R/webapp-plotterpro.R
plotterpro.RdReads a saved data file (written by upload_tryCatch_pro)
from plotdumpdir, as referenced in the rApache POST
request, calculates SDS values for the pubertal stages, and writes the
results and a puberty plot to CSV, TXT and PDF files, also in
plotdumpdir. This function is intended to be called from the
rApache web frontend shipped in inst/webapps, not interactively
from R.
Value
Invisibly returns the JSON response string (also written, via
cat(), to the response – under rApache, standard output
is the HTTP response body).
See also
Other webapp-internals:
plotter(),
upload_tryCatch_pro()