Home
last modified time | relevance | path

Searched defs:by (Results 1 – 25 of 3928) sorted by relevance

12345678910>>...158

/dports/devel/R-cran-data.table/data.table/inst/doc/
H A Ddatatable-intro.R128 ans <- flights[, .(.N), by = .(origin)] globalVar
135 ans <- flights[, .N, by = origin] globalVar
139 ans <- flights[carrier == "AA", .N, by = origin] globalVar
152 by = .(origin, dest, month)] globalVar
185 DT[, print(.SD), by = ID] globalVar
188 DT[, lapply(.SD, mean), by = ID] globalVar
197 ans <- flights[, head(.SD, 2), by = month] globalVar
201 DT[, .(val = c(a,b)), by = ID] globalVar
204 DT[, .(val = list(c(a,b))), by = ID] globalVar
208 DT[, print(c(a,b)), by = ID] globalVar
[all …]
H A Ddatatable-faq.R18 X[Y, sum(foo*bar), by = .EACHI] globalVar
48 DT[ , {z = sum(y); z + 3}, by = x] globalVar
55 by = x] globalVar
58 DT[ , .(g = 1, h = 2, i = 3, j = 4, repeatgroupname = x, sum(y)), by = x] globalVar
59 DT[ , .(g = 1, h = 2, i = 3, j = 4, repeatgroupname = x[1], sum(y)), by = x] globalVar
100 by = a] globalVar
107 DT[ , list(.N = .N), by = list(a, b)][ , unique(.N), by = a] # compound query more typical globalVar
112 DT[ , .N, by = list(a, b)][ , unique(N), by = a] list
115 DT[ , .N, by = .(a, b)][ , unique(N), by = a] # same globalVar
H A Ddatatable-reference-semantics.R74 flights[, max_speed := max(speed), by = .(origin, dest)] globalVar
80 flights[, c(out_cols) := lapply(.SD, max), by = month, .SDcols = in_cols] nameattr
91 DT[, .(max_speed = max(speed)), by = month] functionVar
104 DT[, .(max_speed = max(speed)), by = month] functionVar
H A Ddatatable-sd-usage.R99 Pitching[G > 5, rank_in_team := frank(ERA), by = .(teamID, yearID)] globalVar
109 Teams[ , .SD[.N], by = teamID] globalVar
112 Teams[ , .SD[which.max(R)], by = teamID] globalVar
118 Pitching[ , if (.N > 20L) .(w_coef = coef(lm(ERA ~ W))['W']), by = teamID globalVar
/dports/math/R/R-4.1.2/src/library/base/R/
H A Dseq.R22 function(from = 1, to = 1, by = ((to - from)/(length.out - 1)), argument
25 is.logint <- function(.) (is.integer(.) || is.logical(.)) && !is.object(.)
/dports/math/libRmath/R-4.1.1/src/library/base/R/
H A Dseq.R22 function(from = 1, to = 1, by = ((to - from)/(length.out - 1)), argument
25 is.logint <- function(.) (is.integer(.) || is.logical(.)) && !is.object(.)
/dports/math/R-cran-dplyr/dplyr/R/
H A Djoin-common-by.R5 common_by <- function(by = NULL, x, y) UseMethod("common_by", by) argument
8 common_by.character <- function(by, x, y) { argument
13 common_by_from_vector <- function(by) { argument
25 common_by.list <- function(by, x, y) { argument
44 common_by.NULL <- function(by, x, y) { argument
58 auto_by_msg <- function(by) { argument
69 common_by.default <- function(by, x, y) { argument
H A Drows.R75 rows_insert <- function(x, y, by = NULL, ..., copy = FALSE, in_place = FALSE) { argument
83 rows_insert.data.frame <- function(x, y, by = NULL, ..., copy = FALSE, in_place = FALSE) { argument
102 rows_update <- function(x, y, by = NULL, ..., copy = FALSE, in_place = FALSE) { argument
110 rows_update.data.frame <- function(x, y, by = NULL, ..., copy = FALSE, in_place = FALSE) { argument
130 rows_patch <- function(x, y, by = NULL, ..., copy = FALSE, in_place = FALSE) { argument
138 rows_patch.data.frame <- function(x, y, by = NULL, ..., copy = FALSE, in_place = FALSE) { argument
160 rows_upsert <- function(x, y, by = NULL, ..., copy = FALSE, in_place = FALSE) { argument
168 rows_upsert.data.frame <- function(x, y, by = NULL, ..., copy = FALSE, in_place = FALSE) { argument
186 rows_delete <- function(x, y, by = NULL, ..., copy = FALSE, in_place = FALSE) { argument
221 rows_check_key <- function(by, x, y) { argument
[all …]
H A Djoin.r124 inner_join.data.frame <- function(x, y, by = NULL, copy = FALSE, argument
141 left_join.data.frame <- function(x, y, by = NULL, copy = FALSE, argument
157 right_join.data.frame <- function(x, y, by = NULL, copy = FALSE, argument
173 full_join.data.frame <- function(x, y, by = NULL, copy = FALSE, argument
225 semi_join <- function(x, y, by = NULL, copy = FALSE, ...) { argument
231 semi_join.data.frame <- function(x, y, by = NULL, copy = FALSE, ..., argument
240 anti_join <- function(x, y, by = NULL, copy = FALSE, ...) { argument
246 anti_join.data.frame <- function(x, y, by = NULL, copy = FALSE, ..., argument
286 nest_join <- function(x, y, by = NULL, copy = FALSE, keep = FALSE, name = NULL, ...) { argument
323 join_mutate <- function(x, y, by, type, argument
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/mysql-test/connect/std_data/
H A Dbios.json30 "by" : "ACM" string
56 "by" : "ACM" string
104 "by" : "United States" string
129 "by" : "ACM" string
134 "by" : "IEEE" string
159 "by" : "ACM" string
164 "by" : "IEEE" string
187 "by" : "NLUUG" string
207 "by" : "ACM" string
212 "by" : "United States" string
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/mysql-test/connect/std_data/
H A Dbios.json30 "by" : "ACM" string
56 "by" : "ACM" string
104 "by" : "United States" string
129 "by" : "ACM" string
134 "by" : "IEEE" string
159 "by" : "ACM" string
164 "by" : "IEEE" string
187 "by" : "NLUUG" string
207 "by" : "ACM" string
212 "by" : "United States" string
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/mysql-test/connect/std_data/
H A Dbios.json30 "by" : "ACM" string
56 "by" : "ACM" string
104 "by" : "United States" string
129 "by" : "ACM" string
134 "by" : "IEEE" string
159 "by" : "ACM" string
164 "by" : "IEEE" string
187 "by" : "NLUUG" string
207 "by" : "ACM" string
212 "by" : "United States" string
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/mysql-test/connect/std_data/
H A Dbios.json30 "by" : "ACM" string
56 "by" : "ACM" string
104 "by" : "United States" string
129 "by" : "ACM" string
134 "by" : "IEEE" string
159 "by" : "ACM" string
164 "by" : "IEEE" string
187 "by" : "NLUUG" string
207 "by" : "ACM" string
212 "by" : "United States" string
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/mysql-test/connect/std_data/
H A Dbios.json30 "by" : "ACM" string
56 "by" : "ACM" string
104 "by" : "United States" string
129 "by" : "ACM" string
134 "by" : "IEEE" string
159 "by" : "ACM" string
164 "by" : "IEEE" string
187 "by" : "NLUUG" string
207 "by" : "ACM" string
212 "by" : "United States" string
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/mysql-test/connect/std_data/
H A Dbios.json30 "by" : "ACM" string
56 "by" : "ACM" string
104 "by" : "United States" string
129 "by" : "ACM" string
134 "by" : "IEEE" string
159 "by" : "ACM" string
164 "by" : "IEEE" string
187 "by" : "NLUUG" string
207 "by" : "ACM" string
212 "by" : "United States" string
[all …]
/dports/math/R-cran-dplyr/dplyr/tests/testthat/
H A Dtest-join-cols.R8 vars <- join_cols(c("x", "y"), c("x", "z"), by = "x") nameattr
12 vars <- join_cols(c("a", "x", "b"), c("x", "a"), by = "x") nameattr
16 vars <- join_cols(c("x", "y"), c("a", "x", "z"), by = c("y" = "z")) nameattr in c
28 vars <- join_cols(c("x", "y"), c("x", "y"), by = "x") nameattr
33 vars <- join_cols(c("x", "y"), c("x", "y"), by = "x", keep = TRUE) nameattr
38 vars <- join_cols(c("x", "y", "y.x"), c("x", "y"), by = "x") nameattr
43 vars <- join_cols(c("A", "A.x"), c("B", "A.x", "A"), by = "A.x") nameattr
48 vars <- join_cols(c("x", "y"), c("x", "y"), by = "x", suffix = c("", ".y")) nameattr
54 vars <- join_cols(c("x", NA), c("x", "z"), by = "x") nameattr
57 vars <- join_cols(c("x", NA), c("x", NA), by = "x") nameattr
[all …]
/dports/devel/R-cran-data.table/data.table/R/
H A Dduplicated.R1 duplicated.data.table = function(x, incomparables=FALSE, fromLast=FALSE, by=seq_along(x), ...) { argument
28 unique.data.table = function(x, incomparables=FALSE, fromLast=FALSE, by=seq_along(x), ...) { argument
74 .duplicated.helper = function(x, by) { argument
81 list(use.keyprefix=use.keyprefix, by=names(x)[cols]) nameattr
88 anyDuplicated.data.table = function(x, incomparables=FALSE, fromLast=FALSE, by=seq_along(x), ...) { argument
100 uniqueN = function(x, by = if (is.list(x)) seq_along(x) else NULL, na.rm=FALSE) { # na.rm, #1455 argument
/dports/finance/R-cran-timeSeries/timeSeries/inst/extensionsTests/
H A DalignWrappers.R56 toPeriod <- function(x, by, method, offset="0s"") argument
/dports/finance/R-cran-PerformanceAnalytics/PerformanceAnalytics/inst/tinytest/
H A Dtest_to.period.contributions.R19 index(minute_contribution) <- seq(c(ISOdate(2000,1,1)), by="min", length.out=60) nameattr
22 index(hourly_contribution) <- seq(c(ISOdate(2000,1,1)), by="hour", length.out=60) nameattr
25 index(daily_contribution) <- seq(c(ISOdate(2000,1,1)), by="day", length.out=60) nameattr
28 index(weekly_contribution) <- seq(c(ISOdate(2000,1,1)), by="week", length.out=60) nameattr
31 index(quaterly_contribution) <- seq(c(ISOdate(2000,1,1)), by="quarter", length.out=60) nameattr
34 index(yearly_contribution) <- seq(c(ISOdate(2000,1,1)), by="year", length.out=60) nameattr
/dports/databases/arrow/apache-arrow-6.0.1/r/R/
H A Ddplyr-join.R23 by = NULL, argument
41 by = by nameattr
48 by = NULL, argument
59 by = NULL, argument
70 by = NULL, argument
81 by = NULL, argument
92 by = NULL, argument
103 by = NULL, argument
112 handle_join_by <- function(by, x, y) { argument
/dports/math/R-cran-RcppRoll/RcppRoll/R/
H A DRcppRoll.R33 by = 1L, argument
65 by = 1L, argument
97 by = 1L, argument
128 by = 1L, argument
160 by = 1L, argument
192 by = 1L, argument
223 by = 1L, argument
255 by = 1L, argument
318 by = 1L, argument
413 by = 1L, argument
[all …]
H A DRcppExports.R8 roll_mean_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
12 roll_median_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
16 roll_min_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
20 roll_max_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
24 roll_prod_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
28 roll_sum_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
32 roll_sd_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
36 roll_var_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
/dports/devel/py-sre-yield/sre_yield-1.2/sre_yield/
H A Dfastdivmod.py42 def divmod_iter(x, by, chunk=None): argument
71 def divmod_iter_chunking(x, by, chunk=None): argument
107 def divmod_iter_basic(x, by, chunk=None): argument
/dports/games/lbreakout2/lbreakout2-2.6.5/client/
H A Dballs.c48 int bx, by, bw, bh; in balls_hide() local
70 int bx, by; in balls_show_shadow() local
117 int bx, by; in balls_show() local
142 int bx, by; in balls_alphashow() local
/dports/devel/R-cran-plyr/plyr/R/
H A Djoin.r45 join <- function(x, y, by = NULL, type = "left", match = "all") { argument
59 .join_first <- function(x, y, by, type) { argument
104 .join_all <- function(x, y, by, type) { argument
136 join_ids <- function(x, y, by, all = FALSE) { argument
162 join.keys <- function(x, y, by) { argument

12345678910>>...158