1

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."

user438383
  • 5,716
  • 8
  • 28
  • 43
  • Welcome to SO, Jennah Gosciak! Questions tend to do better when reproducible, including sample data, code used, and expected-vs-actual output. Please see https://stackoverflow.com/q/5963269, [mcve], and https://stackoverflow.com/tags/r/info for good discussions on this, including the use of `dput(.)` for sample data. Thanks! – r2evans Sep 16 '21 at 14:52
  • Please provide enough code so others can better understand or reproduce the problem. – Community Sep 16 '21 at 20:06

0 Answers0