Forum Discussion
RachC
9 years agoHelper I
MongoDB With r
hello everybody , I connect mongodb with mongolite instead of ODBC(Because of cost). but I got some trouble when I search in R.The data is displayed well but not work in power bi. I try to find the...
- 9 years ago
I resolve my problem but itsn't work for all list.
If you had second or third nest it didn't work. I set a loop to search which column is list() and do unlist() then the error is gone!
RachC
9 years agoHelper I
umm.. it works cool!
but it's specify for known column but not for all list.
And need to covert evely column from list to text (or character) .I thought itsn't great for perfomence.I plan to implement transfer function that type of list is made new Table.
thanks for your tutorial!
RachC
9 years agoHelper I
I resolve my problem but itsn't work for all list.
If you had second or third nest it didn't work. I set a loop to search which column is list() and do unlist() then the error is gone!