if (FALSE) {
m <- civis_ml_fetch_existing(123)
fetch_logs(m)
import <- write_civis(iris, "scratch.mytest")
fetch_logs(import)
query_run <- query_civis(123)
fetch_logs(query_run)
e <- tryCatch(read_civis("asdf;"), error = function(e) e)
fetch_logs(e)
}
Run the code above in your browser using DataLab