Skip to main content

Questions tagged [r]

R is a free, open-source programming language & software environment for statistical computing, bioinformatics, visualization & general computing. Please use minimal reproducible examples others can run using copy & paste. Show desired output entirely. Use dput() for data & specify all non-base packages with library(). Don't embed pictures for data or code, use indented code blocks instead. For statistics questions, use https://stats.stackexchange.com.

1 vote
3 answers
112 views
+350

How to align inset map (with coord_sf) in patchwork?

I'd like to plot an inset map in the top left corner of another map using package patchwork. Yet, when using coord_sf(), the alignment does not work anymore. How to solve this to ensure the inset map ...
erc's user avatar
  • 10.1k
0 votes
0 answers
42 views
+50

Issues connecting odbc in newest R Studio update

I recently updated R Studio and odbc/dbi seems to be broken. Running packageVersion("odbc") I see: [1] ‘1.5.0’ Warning message: package ‘odbc’ was built under R version 4.4.1 My current ...
DiamondJoe12's user avatar
  • 1,661