Skip to content

Bug in names<-.epi_df #305

Closed
Closed
@brookslogan

Description

@brookslogan

The attributes of x are potentially changed, but this has no impact on the return value. x here should probably be result, or result, result should be result, x.

[...]
  result = NextMethod()
  attributes(x)$metadata$other_keys <- value[match(old_other_keys, old_names)]
  dplyr::dplyr_reconstruct(result, result)

This would break the removed-other_keys-dropping.

Metadata

Metadata

Assignees

Labels

P1medium prioritybugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions