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
We import botometer at the top of the .py Python script that is sourced within setup_botscan(). This may not be best. We might want to use reticulate::import() and delay the loading of the module.
We
import botometer
at the top of the.py
Python script that is sourced withinsetup_botscan()
. This may not be best. We might want to usereticulate::import()
and delay the loading of the module.For how to delay the loading of a module, such as
botometer
, see https://github.com/rstudio/reticulate/blob/master/vignettes/package.RmdThe text was updated successfully, but these errors were encountered: