Skip to content

Update stats-tidy-stat-func-tbl #314

@spsanderson

Description

@spsanderson

Old sapply:

cn <- stringr::str_c("sim_number_", cn)

New:

cn <- paste0("sim_number_", cn)

Old lapply:

cn <- stringr::str_c("sim_number_", ln)

New:

cn <- paste0("sim_number_", ln)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions