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

read_delim can't recognize portuguese BR file path on R 3.5.0 #837

Closed
Brunohnp opened this issue Apr 30, 2018 · 1 comment · Fixed by #838
Closed

read_delim can't recognize portuguese BR file path on R 3.5.0 #837

Brunohnp opened this issue Apr 30, 2018 · 1 comment · Fixed by #838
Labels
bug an unexpected problem or unintended behavior

Comments

@Brunohnp
Copy link

DCV_Corporativo <- read_delim("Validação HD/DCV/Dados/DCV_Corporativo.txt", 
"|",
escape_double = FALSE,
col_types = cols(Data = col_datetime(format = "%d/%m/%Y")), 
trim_ws = TRUE,
skip = 2)

output:
Error in guess_header_(datasource, tokenizer, locale) :
Cannot read file Validação HD/DCV/Dados/DCV_Corporativo.txt:
O sistema não pode encontrar o caminho especificado.

@jimhester jimhester added the bug an unexpected problem or unintended behavior label May 4, 2018
jimhester pushed a commit that referenced this issue Jun 5, 2018
…ss::file_mapping() (#838)

* use Rf_translateChar()

* declare path as CharacterVector

* add a NEWS item

Fixes #834 
Fixes #837
@lock
Copy link

lock bot commented Dec 2, 2018

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Dec 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
2 participants