We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
here the Petal.Width expression doesn't make sense:
Petal.Width
constructive::construct(iris, opts_atomic(trim = 5, fill = "...")) #> ! The code built by {constructive} could not be evaluated. #> ! Due to error: '...' used in an incorrect context #> data.frame( #> Sepal.Length = c(5.1, 4.9, 4.7, 4.6, 5, ...), #> Sepal.Width = c(3.5, 3, 3.2, 3.1, 3.6, ...), #> Petal.Length = c(1.4, 1.4, 1.3, 1.5, 1.4, ...), #> Petal.Width = rep(0.2, 5L, ...), #> Species = factor(rep(c("setosa", "versicolor", "virginica"), each = 50L)) #> )
We still want the compression to work on Species though
Species
The text was updated successfully, but these errors were encountered:
No branches or pull requests
here the
Petal.Width
expression doesn't make sense:We still want the compression to work on
Species
thoughThe text was updated successfully, but these errors were encountered: