You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was a way to convert the output of showLogs() to a table, or an argument to define the format of what is returned. Columns could perhaps be date_time, app_id, message.
(Currently it isn't even possible to capture the output in order to manually parse it into a table):
x<- showLogs()
x#> NULL
The text was updated successfully, but these errors were encountered:
It would be nice if there was a way to convert the output of
showLogs()
to a table, or an argument to define the format of what is returned. Columns could perhaps bedate_time
,app_id
,message
.(Currently it isn't even possible to capture the output in order to manually parse it into a table):
The text was updated successfully, but these errors were encountered: