Package 'tfrmtbuilder'

Title: 'shiny' App Companion to the 'tfrmt' Package
Description: Provides an interactive interface to the 'tfrmt' package. Users can import, modify, and export tables and templates with little to no code.
Authors: Becca Krouse [aut, cre], Christina Fillmore [aut] , Karima Ahmad [aut] , Ellis Hughes [aut] , GlaxoSmithKline Research & Development Limited [cph, fnd]
Maintainer: Becca Krouse <[email protected]>
License: Apache License (>= 2)
Version: 0.0.6.9000
Built: 2024-11-09 05:25:08 UTC
Source: https://github.com/gsk-biostatistics/tfrmtbuilder

Help Index


Run tfrmt Builder Shiny App

Description

Run tfrmt Builder Shiny App

Usage

tfrmtbuilder(tfrmt = NULL, data = NULL, mockmode = TRUE, run = TRUE)

Arguments

tfrmt

tfrmt object to be loaded into app from R session. Defaults to NULL

data

data frame to be loaded into app from R session. Defaults to NULL

mockmode

Whether to initialize the app in mock mode. Defaults to TRUE

run

Boolean for whether the created object should be run directly. Set to FALSE for deployment

Value

Shiny app for creating and modifying tfrmt objects

Examples

if (interactive()){
  tfrmtbuilder()
}