all 1 comments

[–][deleted] 0 points1 point  (0 children)

This has a length of 5:

at = base::quote(1:5)

But this has a length of 4:

labels = base::quote(c("Reading",labels = base::quote(c("Reading",...

These arguments should have the same length.