Searched refs:adply (Results 1 – 15 of 15) sorted by relevance
/dports/devel/R-cran-plyr/plyr/tests/testthat/ |
H A D | test-id.r | 37 expect_equal(names(adply(data, 1, identity)), c("X1", "1", "2", "3")) 38 expect_equal(names(adply(data, 2, identity)), c("X1", "1", "2", "3")) 39 expect_equal(names(adply(data, 3, identity)), c("X1", "1", "2", "3")) 43 expect_equal(names(adply(data, c(), identity)), paste0("V", data)) 53 expect_equal(names(adply(data, 1, identity, .id = NULL)), c("1", "2", "3")) 54 expect_equal(names(adply(data, 2, identity, .id = NULL)), c("1", "2", "3")) 55 expect_equal(names(adply(data, 3, identity, .id = NULL)), c("1", "2", "3")) 69 expect_error(adply(data, 1, identity, .id = LETTERS[1:2]), error_rx) 70 expect_error(adply(data, 2, identity, .id = LETTERS[1:2]), error_rx) 71 expect_error(adply(data, 3, identity, .id = LETTERS[1:2]), error_rx) [all …]
|
H A D | test-empty.r | 10 expect_that(adply(x, 1, identity), equals(data.frame()))
|
H A D | test-array.r | 128 res <- adply(df, 1, splat(foo))
|
/dports/devel/R-cran-plyr/plyr/man/ |
H A D | adply.Rd | 2 % Please edit documentation in R/adply.r 3 \name{adply} 4 \alias{adply} 7 adply(
|
H A D | ddply.Rd | 55 To apply a function for each row, use \code{\link{adply}} with 119 \code{\link{adply}()},
|
H A D | a_ply.Rd | 80 \code{\link{adply}()},
|
H A D | ldply.Rd | 82 \code{\link{adply}()},
|
H A D | alply.Rd | 93 \code{\link{adply}()}
|
H A D | mdply.Rd | 93 \code{\link{adply}()},
|
H A D | aaply.Rd | 113 \code{\link{adply}()},
|
/dports/devel/R-cran-plyr/plyr/R/ |
H A D | mdply.r | 20 adply(.data = .data, .margins = 1, .fun = f, ...,
|
H A D | adply.r | 16 adply <- function(.data, .margins, .fun = NULL, ..., .expand = TRUE, function
|
/dports/devel/R-cran-plyr/plyr/ |
H A D | NAMESPACE | 38 export(adply)
|
H A D | MD5 | 8 f2604fbe88644ec6f399539b4f5dbff0 *R/adply.r 78 2e6868119bc537557fa30d7c842f2ef4 *man/adply.Rd
|
H A D | NEWS.md | 22 * New parameter `.id` to `adply()` that specifies the name(s) of 301 * `ldply` (and hence `adply` and `ddply`) now correctly passes on .parallel
|