-
Re: Is there a number of rows restriction in the Domo API query functionality?
@jaeW_at_Onyx, here are a few reasons why I export 1m+ rows: * We don't have Jupyter notebook integration * No `anti_join()` in Magic ETL or Magic ETL v2 * I can do some exploratory data analysis loc…1 -
Re: Dojo Contest is LIVE!
Aloha!2 -
Re: Quick toggle to exclude "Today"
+11 -
Re: Is it possible to use while/do loops in MySQL in Domo Dataflows?
I think this does what you want with an R scripting tile: library('tidyr') library('dplyr') # Import the domomagic library into the script. library('domomagic') # read data from inputs into a data fr…2 -
R Script Packages
Is it possible to install packages to use in an R Script (DataFlow > Scripting > R Script)? I tried install.packages(), but "/usr/lib/R/site-library" is not writable. I tried installi…1