Chris Muir

Results 5 issues of Chris Muir

This was suggested in [issue #10](https://github.com/ChrisMuir/Zillow/issues/10) by [addieg](https://github.com/addieg). Currently, all of the scraped data is written to file as the last step in the process. It makes sense to write...

Any interest in a function that mimics the Python built-in function `in`, for string/char vectors? I know `in` is not a `str` method, but `in` is one of the more...

Hello, I'm exploring the package and working through examples, I can't seem to get visualizations to appear in the viewer window of RStudio. I'm using this code as an example:...

Any interest in a function that determines if inputs are anagrams of each other? I created an [anagrams](https://github.com/ChrisMuir/anagrams) pkg using Rcpp/c++, but in the process created pure base R versions...

Just came across this repo, it's 👍 I work with Chinese data in R and Python, and have struggled often with encoding issues in R, so figured I'd share some...

enhancement