Closed efletcherPIFSC closed 1 year ago
To reduce function name conflicts (namespace collisions) with the dplyr package,
dplyr
SSplotJabbares.R
SSrmse.r
summarise
dplyr::summarise
mutate
dplyr::mutate
select
dplyr::select
group_by
dplyr::group_by
rename
dplyr::rename
bind_rows
dplyr::bind_rows
To reduce function name conflicts (namespace collisions) with the
dplyr
package,SSplotJabbares.R
&SSrmse.r
.dplyr
calls inSSplotJabbares.R
&SSrmse.r
with double quote notationsummarise
->dplyr::summarise
mutate
->dplyr::mutate
select
->dplyr::select
group_by
->dplyr::group_by
rename
->dplyr::rename
bind_rows
->dplyr::bind_rows