guidelines: Provide guidelines on which methods to use, optionally based...

Description Usage Arguments Value

View source: R/guidelines.R

Description

guidelines() immediately returns a set of guidelines. Use the answers arguments to provide answers guidelines_shiny() opens the shiny app

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
guidelines(dataset = NULL, answers = answer_questions(dataset = dataset))

guidelines_shiny(
  dataset = NULL,
  answers = answer_questions(dataset = dataset),
  port = NULL,
  launch.browser = TRUE,
  host = NULL,
  ...
)

Arguments

dataset

The dynwrap dataset object from which some of the answers will be precomputed

answers

A set answers generated by answer_questions()

port

The TCP port that the application should listen on. If the port is not specified, and the shiny.port option is set (with options(shiny.port = XX)), then that port will be used. Otherwise, use a random port.

launch.browser

If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. This value of this parameter can also be a function to call with the application's URL.

host

The IPv4 address that the application should listen on. Defaults to the shiny.host option, if set, or "127.0.0.1" if not. See Details.

...

Other parameters given to shiny::runApp()

Value

Returns a dynguidelines::guidelines object, containing


dynverse/dynguidelines documentation built on July 4, 2020, 9:09 p.m.