We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3247d4f + 3b60e24 commit 49364a7Copy full SHA for 49364a7
R/descriptors.R
@@ -250,9 +250,9 @@ get_descr_spark <- function(formula, data) {
250
.obs <- function() obs
251
.lvls <- function() y_vals
252
.facts <- function() factor_pred
253
- .x <- function() abort("Descriptor `.x()` not defined for Spark.")
254
- .y <- function() abort("Descriptor `.y()` not defined for Spark.")
255
- .dat <- function() abort("Descriptor `.dat()` not defined for Spark.")
+ .x <- function() abort("Descriptor .x() not defined for Spark.")
+ .y <- function() abort("Descriptor .y() not defined for Spark.")
+ .dat <- function() abort("Descriptor .dat() not defined for Spark.")
256
257
# still need .x(), .y(), .dat() ?
258
0 commit comments