asyncLog {shinyscholar} | R Documentation |
asyncLog
Description
For internal use. Similar to writeLog but for use inside async functions
Usage
asyncLog(async, ..., type = "default")
Arguments
async |
Whether the function is being used asynchronously |
... |
Messages to write to the logger |
type |
One of |
Value
No return value, called for side effects
[Package shinyscholar version 0.4.2 Index]