Add methods: reactlog, reactlogShow, and reactlogReset. Depricate showReactLog

Update links to help file to not use `showReactLog`, but `reactlogShow`
Use updated reactlog pkg function api of reactlog_*. This may fail right now, but rerun travis when the reactlog code is merged into master.
This commit is contained in:
Barret Schloerke
2019-01-30 12:20:22 -05:00
parent 8ae31eb998
commit bcac115c3d
8 changed files with 63 additions and 13 deletions

View File

@@ -189,6 +189,9 @@ export(reactiveUI)
export(reactiveVal)
export(reactiveValues)
export(reactiveValuesToList)
export(reactlog)
export(reactlogReset)
export(reactlogShow)
export(registerInputHandler)
export(removeInputHandler)
export(removeModal)