mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

15K
active users

#readr

0 posts0 participants0 posts today
Yumechi | ゆめち :ferris: :haskell: :role_nyanpuppu2:<p>I just learned that <a href="https://mi.yumechi.jp/tags/rstats" rel="nofollow noopener noreferrer" target="_blank">#rstats</a> <a href="https://mi.yumechi.jp/tags/readr" rel="nofollow noopener noreferrer" target="_blank">#readr</a> write_csv() returns the data invisibly so you can just insert them within a pipe for a snapshot-then-plot functionality... I always imported magrittr %T&gt;% before but it seems I don't need to use it at all for most cases.</p>
Philipp Bayer<p>Nifty little <a href="https://genomic.social/tags/readr" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>readr</span></a> / <a href="https://genomic.social/tags/tidyverse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tidyverse</span></a> pattern, no need to unzip zip-files:</p><p>obis &lt;- read_csv(unz(description = './data/CKI_P1_OBIS_sightings.zip', filename = 'Occurrence.csv'))</p>