R4web: Generate a PHP website which runs an R function.

Description Usage Arguments Value Author(s) See Also

View source: R/R4web.R

Description

R4web generate a PHP website which runs an R function.

Usage

1
R4web(...,fnfile,dir)

Arguments

...

one or more newInput objects which will be included as form fields. Form values will be used as parameters for the R script.

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.


RJSplot documentation built on Dec. 11, 2021, 9:36 a.m.

Related to R4web in RJSplot...