I'm trying to extract information from JSON objects key by key and keep encountering the following warning:
"Warning: Outer names are only allowed for unnamed scalar atomic inputs"
When I use bind_cols()
, in an attempt to produce a dataframe object, I find that many of the columns are renamed from "X" to "X...1."