Skip to content

print.tbl_df with encoding #851

@romainfrancois

Description

@romainfrancois
> x<-data_frame(name=c("\xC9lise","Pierre","Fran\xE7ois"),score=c(5,7,6) )
> x
Source: local data frame [3 x 2]

Error in nchar(values) : invalid multibyte string 2
> as.data.frame(x)
         name score
1    \xc9lise     5
2      Pierre     7
3 Fran\xe7ois     6

Metadata

Metadata

Assignees

No one assigned

    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