webServer.skeleton: Create a skeleton for a new web server

Description Usage Arguments Details

Description

webServer.skeleton creates a folder with all configuration files and directories that will be needed by the R web server.

Usage

1
2
webServer.skeleton(name = "myRWebServer", path = ".", port = 8080,
  force = FALSE)

Arguments

name

the name of the directory to create

path

path where to create the directory

port

port that your application will be listening for

force

if TRUE and the directory already exists it will be overwritten

Details

In the application directory, webServer.skeleton will create the following files and folders :


cuche27/RWebServer documentation built on May 14, 2019, 12:49 p.m.