Peter Gensler
Peter Gensler
Yes, this would be extremely helpful, to search a dataset by row number or column to find errors. This is a great use case file below: "http://daniels-pull.universityofdenv.netdna-cdn.com/assets/GeneralOccurrencesAll.csv"
Thinking about this, maybe having a `tribble_paste` where it defaults to the first 5 rows of your dataframe would help to improve reprex's?
Yeah, maybe having a twitter poll could help to figure out what that number should be, or asking in the R4DS online community could be a good starting point?
Hi Dasonk, I agree that it might be helpful to have a ```silent``` parameter default as true, and let the user change if necessary. Thanks for the consideration.
Yes, I think it would definitely be helpful to have ```p_install``` take multiple inputs so that the functions are a bit more consistent.
It would be nice to be able to also have ```p_install``` state when it starts the install, and when it completes, which I think? it's supposed to do? ```devtools::install_cran``` does...
Oddly enough, I cant view the object `con` to see what the encoding of the string is. Thoughts or help on this?
I think this might be caused by the length of one of the columns being set to a large varchar, I'll confirm
This might be related to the root of the issue: https://stackoverflow.com/questions/4623460/rodbc-string-getting-truncated
Yes, this needs to be updated. With Docker4Mac(not sure of the version), there is no need to map ```docker-machine ip:``` to connect, or whatever IP was given in Docker Quickstart...