Skip to content

reactlog should provide a function for setting options(shiny.reactlog=TRUE) #61

@daattali

Description

@daattali

Instead of requiring the app developer to remember the exact name of the option or to look up the documentation, it would be nice to have a function exported

reactlog_set(enabled = TRUE) {
  options(shiny.reactlog=enabled)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions