Skip to content

Use rbind() where rbind.fill() is not needed#522

Merged
schloerke merged 1 commit into
ggobi:plyr_to_dplyrfrom
MichaelChirico:patch-3
Jun 10, 2025
Merged

Use rbind() where rbind.fill() is not needed#522
schloerke merged 1 commit into
ggobi:plyr_to_dplyrfrom
MichaelChirico:patch-3

Conversation

@MichaelChirico
Copy link
Copy Markdown
Contributor

Continuing the series refactoring away {plyr} imports (#520, #521)

Here, AFAICT, rbind.fill() is not needed -- rbind() will suffice. We repeatedly concatenate data with two extra columns (.ggally_y [integer] and y [typeof(l)]). The .fill() extension is used for the case the schema of the inputs may not match, not so here.

@schloerke schloerke changed the base branch from master to plyr_to_dplyr June 10, 2025 14:56
@schloerke schloerke merged commit 49b3d78 into ggobi:plyr_to_dplyr Jun 10, 2025
@MichaelChirico MichaelChirico deleted the patch-3 branch June 10, 2025 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants