Showing 4 of total 4 results (show query)
jsugarelli
pointr:Working Comfortably with Pointers and Shortcuts to R Objects
R has no built-in pointer functionality. The 'pointr' package fills this gap and lets you create pointers to R objects, including subsets of dataframes. This makes your R code more readable and maintainable.
Maintained by Joachim Zuckarelli. Last updated 4 years ago.
8 stars 4.31 score 17 scripts 1 dependentsropengov
geodk:Access Danish Geospatial Data
This package provides access to all geospatial data provided by the danish agency called Klimadatastyrelsen. Under the hood it wraps the `{dawaR}` and `{dkdata}` packages which provide access to the agency APIs.
Maintained by Aleksander Bang-Larsen. Last updated 17 days ago.
ropengovdenmarkdenmark-mapgeodkgeospatialr-lang
3 stars 4.13 score 15 scriptsjeanmathieupotvin
transltr:Support Many Languages in R
An object model for source text and translations. Find and extract translatable strings. Provide translations and seamlessly retrieve them at runtime.
Maintained by Jean-Mathieu Potvin. Last updated 1 months ago.
i18ninternationalizationr-langtranslation
1 stars 3.54 score 1 scriptsjsugarelli
switchcase:A Simple and Flexible Switch-Case Construct for the 'R' Language
Provides a switch-case construct for 'R', as it is known from other programming languages. It allows to test multiple, similar conditions in an efficient, easy-to-read manner, so nested if-else constructs can be avoided. The switch-case construct is designed as an 'R' function that allows to return values depending on which condition is met and lets the programmer flexibly decide whether or not to leave the switch-case construct after a case block has been executed.
Maintained by Joachim Zuckarelli. Last updated 5 years ago.
r-langr-languageswitch-case-construct
3 stars 3.18 score 2 scripts