Skip to content

Non-ascii column names in version 0.3 are duplicated #636

@hmalmedal

Description

@hmalmedal

I try to run mutate_each with version 0.3, but columns with non-ascii names are duplicated.

data_frame(a = "1", å = "2") %>% mutate_each(funs(as.numeric)) %>% str
## Classes 'tbl_df', 'tbl' and 'data.frame':    1 obs. of  3 variables:
##  $ a: num 1
##  $ å: chr "2"
##  $ å: num 2

Metadata

Metadata

Labels

bugan unexpected problem or unintended behavior

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions