Simplified and Extended "Updating by Reference" Section in Joins Vignette #1960
Annotations
1 error and 10 warnings
lint-r
Process completed with exit code 31.
|
lint-r:
R/between.R#L22
file=R/between.R,line=22,col=7,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
lint-r:
R/data.table.R#L643
file=R/data.table.R,line=643,col=24,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
lint-r:
R/data.table.R#L760
file=R/data.table.R,line=760,col=19,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
lint-r:
R/data.table.R#L1727
file=R/data.table.R,line=1727,col=27,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
lint-r:
R/data.table.R#L1736
file=R/data.table.R,line=1736,col=26,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
lint-r:
R/data.table.R#L2167
file=R/data.table.R,line=2167,col=18,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
lint-r:
R/foverlaps.R#L1
file=R/foverlaps.R,line=1,col=33,[coalesce_linter] Use x %||% y instead of if (!is.null(x)) x else y.
|
lint-r:
R/foverlaps.R#L81
file=R/foverlaps.R,line=81,col=23,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
lint-r:
R/IDateTime.R#L43
file=R/IDateTime.R,line=43,col=31,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
lint-r:
R/IDateTime.R#L150
file=R/IDateTime.R,line=150,col=36,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|