Zev Ross

3.7K posts

Zev Ross banner
Zev Ross

Zev Ross

@zevross

Web applications, Data Science, Spatial Analysis, R Programmer & Instructor, Python, Data Viz, Public Health.

Ithaca, NY Katılım Eylül 2013
436 Takip Edilen4.6K Takipçiler
Sabitlenmiş Tweet
Zev Ross
Zev Ross@zevross·
I had the privilege of teaching a two-day workshop, Modern Geospatial Data Analysis with R, at the @rstudio conference with an amazing group of TAs and participants. I've made the slides available here: bit.ly/36WMUKe, #rstats, #rspatial, #gischat
Zev Ross tweet media
English
24
279
857
0
Zev Ross retweetledi
Rust Belt Kid
Rust Belt Kid@rustbeltkid1·
New coolest map ever just dropped - Canopy Compass has put out a crop viability map that includes specialty crops. This is Mulberry viability (I'll do more below)
Rust Belt Kid tweet media
English
98
288
2.8K
161.2K
Zev Ross
Zev Ross@zevross·
@lisacmuth I must be crazy but as I play around with Datawrapper, I'm not seeing a "histogram" option. I just want a simple histogram of a numeric variable 🙂
English
0
0
0
74
Kyle Walker
Kyle Walker@kyle_e_walker·
This week, my #rstats package tidycensus passed the milestone of 500,000 all-time downloads from the Posit CRAN mirror A sincere thanks to all who have used the package over the past six and a half years! And if you haven't used it yet - now's a great time to try it out! walker-data.com/tidycensus/
Kyle Walker tweet media
English
6
19
291
18K
Zev Ross retweetledi
Jakub Nowosad
Jakub Nowosad@jakub_nowosad·
🌍 May 22-23, 2024🌎 I will teach a two-day online workshop about modern approaches to work on and visualize spatial data in R. Learn more at buff.ly/3UKQ9kF Email me if you have any questions! #rstats #rspatial #gischat
Jakub Nowosad tweet mediaJakub Nowosad tweet mediaJakub Nowosad tweet mediaJakub Nowosad tweet media
English
4
49
200
17.3K
Zev Ross
Zev Ross@zevross·
This was solved by @kennedymwavu via the preset = TRUE argument! Thank you 🙂
English
0
0
1
496
Zev Ross
Zev Ross@zevross·
I didn't realize that the stringr R package had added a fixed() modifier like gsub's fixed = TRUE so that literal text is compared, #rstats. Example: library(stringr) str_replace("my (dog) has fleas", "(dog)", "dog") str_replace("my (dog) has fleas", fixed("(dog)"), "dog")
English
1
5
17
10.1K
Zev Ross
Zev Ross@zevross·
A handy git command -- this will give you the git commit where a line of text got removed: git log -S 'text that accidentally got removed' /path/to/file
English
0
0
1
841
Zev Ross
Zev Ross@zevross·
For all the promise and controversy around Chat GPT it sure can minimize coding chores. Here I just wanted to separate R packages by commas and add quotations -- worked first try. #rstats
Zev Ross tweet media
English
2
1
10
1.3K
Zev Ross
Zev Ross@zevross·
If you need to generate a CREATE TABLE statement for a table in #rstats the DBI::sqlCreateTable() function is a good place to start.
Zev Ross tweet media
English
0
3
18
1.8K
Zev Ross
Zev Ross@zevross·
Boring but handy. Browse to a directory on your computer from #rstats with this command. I'm finding it useful when I create a temporary directory and want to review what's in there. tempdir_path <- tempdir() utils::browseURL(tempdir_path)
English
1
6
32
3.4K
Zev Ross
Zev Ross@zevross·
Useful! The pak #rstats package has a handy function for showing the dependency tree of a package -- pkg_deps_tree()
Zev Ross tweet media
English
2
23
100
9.3K
Zev Ross retweetledi
The {gt}/great_tables Packages
gt `0.10.0` is now out on CRAN. Here are some new features: - nanoplots, tiny interactive plots - add columns/rows to your table - units notation - the `from_column()` helper - `fmt_icon()` for adding icons! The full set of release notes available here: github.com/rstudio/gt/rel….
English
5
33
166
23.5K
Zev Ross retweetledi
Jakub Nowosad
Jakub Nowosad@jakub_nowosad·
⚠️ rgdal, rgeos, and maptools won’t be available on CRAN after October 2023. ⚠️ What are the consequences of this change? What do you need to do as a user and as a developer? Read my blog post at buff.ly/3NbhLez #rstats #rspatial #gischat #geocompx
Jakub Nowosad tweet media
English
5
169
417
60.3K
Zev Ross retweetledi
Kyle Walker
Kyle Walker@kyle_e_walker·
tidycensus 1.5 just hit CRAN! This major release includes support for new datasets (detailed DHC-A file, congressional districts in the 2020 Census), enhancements for ACS data, and more. Learn all about it in Thursday's free webinar: eventbrite.com/e/722985698687… #rstats #rspatial
English
1
10
47
5.8K