jobNew(inputParams = emptyNamedList, jsonifyData = TRUE, alwaysRetry = FALSE)
RJSONIO::toJSON to be
  used as the input to the API call.  If providing the JSON
  string directly, you must set jsonifyData to
  FALSE.RJSONIO::toJSON
  on inputParams to create the JSON string or pass
  through the value of inputParams directly.
  (Default is TRUE.)If the API call is successful, the parsed JSON of the API
  server response is returned (using
  RJSONIO::fromJSON).
This function makes an API call to the /job/new
  API method; it is a simple wrapper around the
  dxHTTPRequest function which makes POST
  HTTP requests to the API server.
API spec documentation: http://wiki.dnanexus.com/API-Specification-v1.0.0/Applets%20and%20Entry%20Points#API-method%3A-%2Fjob%2Fnew
dxHTTPRequest