We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compare the following:
library(readr) library(dplyr) read_csv("data.csv") %>% filter(Geographies == "Lithuania") %>% .[["Q1 2009"]] read.csv("data.csv") %>% filter(Geographies == "Lithuania") %>% .[["Q1.2009"]]
The read_csv drops the negative sign.
read_csv
data.csv.zip
R version 3.2.3 (2015-12-10) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X 10.11.3 (El Capitan) locale: [1] fr_FR.UTF-8/fr_FR.UTF-8/fr_FR.UTF-8/C/fr_FR.UTF-8/fr_FR.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] dplyr_0.4.3 readr_0.2.2 loaded via a namespace (and not attached): [1] lazyeval_0.1.10 magrittr_1.5 R6_2.1.2 assertthat_0.1 [5] parallel_3.2.3 tools_3.2.3 DBI_0.3.1 Rcpp_0.12.3
The text was updated successfully, but these errors were encountered:
Duplicate of #358. Related to #350 and #308.
Sorry, something went wrong.
No branches or pull requests
Compare the following:
The
read_csv
drops the negative sign.data.csv.zip
The text was updated successfully, but these errors were encountered: