You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't seem like you can currently have labels named 'x'
library(datatagr)
#> #> Attaching package: 'datatagr'#> The following object is masked from 'package:base':#> #> labelsx<-data.frame(x=1)
make_datatagr(x, x="bob")
#> Error in make_datatagr(x, x = "bob"): Assertion on 'x' failed: Must be of type 'data.frame', not 'character'.
Please place an "x" in all the boxes that apply
It doesn't seem like you can currently have labels named 'x'
Created on 2024-10-08 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: