mongolite Questions
1
I tried to connect my shiny app to mongodb server.
I deployed app on shinyapps.io but got error again and again:
2019-10-22T18:14:14.694520+00:00 shinyapps[1117463]: Listening on http://127.0.0.1:...
3
Solved
I can successfully retrieve data from my mongoDB instance but need to re-use the objectID for a depending query.
The following code seems to get my entire object but NOT the id. What am I missing...
0
I am developing an application using OpenCPU and R, I am totally new to both. I am using mongolite package to connect to MongoDB. There are multiple calls to the DB and connecting every time, takes...
1
I have a mongo database with information that I am passing to some R scripts for analysis. I am currently using the mongolite package to pass the information from mongo to R.
I have a field in eac...
1
Solved
Trying to do a regex match with the awesome mongolite library and I am still not sure what I am doing wrong, going really nuts on what am i missing here.
library(mongolite)
m <- mongo(url = "mo...
1
© 2022 - 2024 — McMap. All rights reserved.