Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dictionary(..., toLower = TRUE) not working #454

Closed
kbenoit opened this issue Jan 13, 2017 · 0 comments
Closed

dictionary(..., toLower = TRUE) not working #454

kbenoit opened this issue Jan 13, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@kbenoit
Copy link
Collaborator

kbenoit commented Jan 13, 2017

> dictionary(list(one = c("a, b"), TWO = "C"), toLower = FALSE)
Dictionary object with 2 key entries.
 - one: a, b
 - TWO: C
> dictionary(list(one = c("a, b"), TWO = "C"), toLower = TRUE)
Dictionary object with 2 key entries.
 - one: a, b
 - TWO: C

argument has no effect. This is true in most importers using file = as well.

@kbenoit kbenoit added the bug label Jan 13, 2017
@kbenoit kbenoit self-assigned this Jan 13, 2017
@kbenoit kbenoit modified the milestone: v1.0 Mar 16, 2017
@koheiw koheiw mentioned this issue Apr 4, 2017
@kbenoit kbenoit closed this as completed in 33beb52 Apr 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant