R4web {RJSplot} | R Documentation |
Generate a PHP website which runs an R function.
Description
R4web
generate a PHP website which runs an R function.
Usage
R4web(...,fnfile,dir)
Arguments
... |
one or more |
fnfile |
a character string representing the R script file to be executed with the website. |
dir |
a "character" string representing the directory where the PHP code will be saved. |
Value
The function creates a folder in the working directory of your computer with some PHP files. Resulting folder should be added to the Apache applications directory and enable writting permissions.
Author(s)
David Barrios and Carlos Prieto. Bioinformatics Service of Nucleus, University of Salamanca. See https://bioinfo.usal.es/
See Also
The ‘RJSplot’ Website: https://rjsplot.usal.es
dendrogram_rjs
, densityplot_rjs
, genomemap_rjs
, heatmap_rjs
, manhattan_rjs
, network_rjs
, scatterplot_rjs
, symheatmap_rjs
, wordcloud_rjs
, boxplot_rjs
, bubbles_rjs
, hiveplot_rjs
, piechart_rjs
, barplot_rjs
, tables_rjs
, surface3d_rjs
, scatter3d_rjs
.