Advertisement · 728 × 90

Posts by Pukar Bhandari (✓)

Have you tried `winget update -e --id Posit.RStudio` for Windows?

1 month ago 0 0 0 0

For me ligatures (firacode, etc) help with aesthetics.

1 month ago 1 0 0 0

No I agree, I use base pipe as default almost always.. but when I have to use anonymous function with it, that's when I am reminded what I am missing.

1 month ago 1 0 1 0

I still find myself missing the magrittr pipe's elegance. Using the native |> with anonymous functions feels a bit clunky, especially when you need to pass the result to multiple arguments within the same function call.

2 months ago 9 1 2 0
R: R News

From: stat.ethz.ch/R-manual/R-d...

x %notin% table newly in base is an idiom for !(x %in% table) and provided almost entirely for convenience and code readability, from an R-devel suggestion, after many years of private definitions mostly hidden in packages, including in R's tools package.

2 months ago 11 3 1 2

I am glad you found it.

5 months ago 0 0 0 0

Again, it is all in the ReadMe of the package repo, that you can open by clicking the link in the original repository.

5 months ago 0 0 1 0
Advertisement

If take a moment to go to the GitHub repo, that's exactly explained in the ReadMe. And regarding GenZ slang being funny, I think it depends on person to person.

5 months ago 0 0 1 0

*vsix

10 months ago 0 0 0 0
Installing Positron Extensions – sepd.dev

NVM, manual installation from six works. Unsure if it auto-uodates or not: sepd.dev/posts/positr...

10 months ago 0 0 1 0

Does Positron even support plugins from Microsoft's Marketplace? I thought it only supported from OpenVSX marketplace.

10 months ago 0 0 2 0
Preview
GitHub - censusdis/shapefile-cache: Shapefiles that are no longer accessible via the census FTP server. Shapefiles that are no longer accessible via the census FTP server. - censusdis/shapefile-cache

github.com/censusdis/sh...

We could all contribute to this.

1 year ago 2 0 0 0

Nevermind, it is probably 2 digit FIPS anyway.

1 year ago 1 0 0 0

Yes, but the "STATE" field of all TIGER shapefiles has to be updated.

1 year ago 0 0 1 0

They want to rename "New Mexico" to "New America". /s

1 year ago 0 0 1 0
GitHub - censusdis/backup: Backup utility for census data. Backup utility for census data. Contribute to censusdis/backup development by creating an account on GitHub.

I am using github.com/censusdis/ba... to backup some of the tables I am interested in. Alternatively NHGIS IPUMS hosts it's own census data (unsure for how long if the funding is stopped).

1 year ago 1 0 1 0
Advertisement
Preview
a woman says they 're the same picture while sitting in front of a window ALT: a woman says they 're the same picture while sitting in front of a window
1 year ago 1 0 0 0

*separate

When are we getting ggplot3 Ultra Pro Max?

1 year ago 0 0 0 0

We demand a "future of tidyverse" blog post ;)

1 year ago 1 0 1 0

While the script you provided worked with the example file, it didn't work with my actual work file. However, starting from your code and s little bit of chatGPT, I was able to create a function for it.
github.com/ar-puuk/cust...

1 year ago 1 0 0 0

Thanks a lot, @mdsumner.bsky.social. I will check if it works on my end, and possibly convert it into a function for future. Much appreciated.

1 year ago 0 0 0 0

That would be really helpful. Thank you so much.

1 year ago 0 0 1 0

I am sorry, I didn't quite get your question. I am looking to import KML file as a sf object in R in such a way that the columns are actually separated (as they were in google maps) rather than clumped together, so that I can perform other operations such as joins, summarize, etc.

1 year ago 0 0 1 0
Advertisement

You can download a sample file here: github.com/user-attachm....
I am not really interested in default columns (timestamp, begin, end, altitudeMode, tessellate, extrude, visibility, drawOrder, icon) but in the data columns (Name, Description, Color, HexCode).

1 year ago 0 0 1 0

His answer explained the problem, but didn't really help. I am still bound to either use LIBKML driver using QGIS-GDAL or use KML in SF. But thanks for your response.

1 year ago 1 0 0 0

Thanks a lot. I know the OSGeo4W GDAL installation on my laptop has LIBKML driver, but the GDAL sf accesses from R does not. I prefer LIBKML over KML because, while reading in R, KML clumps all columns into a single "Description" column, which is inefficient. More here: github.com/r-spatial/sf...

1 year ago 0 0 1 0

Hi #rstats #gis, for the love of God, has anyone been able to figure out a way to use "LIBKML" GDAL driver with SF package in R in a Windows device? About to lose my marbles here.

1 year ago 1 1 2 0