Closed bbolker closed 2 months ago
Thanks for the note. I added some try-catch logic to avoid this particular problem. Peirce
no longer appears on the website because it cannot be coerced directly with as.data.frame()
. I suppose we could add more complex logic for corner cases like this, but that feels low priority.
Agreed (about lower priority). Thanks for providing this resource!
There are 15 to 20 data sets in the collection (didn't count exactly) that are listed as having a single row. In one particular case (and likely the rest), this is because the data sets are not in a tabular/rectangular format. e.g.
quantreg::Peirce
is a list of (x, y, date) lists where x and y match in length anddate
is a scalar ...The actual contents of the CSV file in that case: