Package: decoder Type: Package Title: Decode Coded Variables to Plain Text and the Other Way Around Version: 1.2.3 Authors@R: person( "Erik", "Bulow", email = "eriklgb@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9973-456X") ) Description: Main function "decode" is used to decode coded key values to plain text. Function "code" can be used to code plain text to code if there is a 1:1 relation between the two. The concept relies on 'keyvalue' objects used for translation. There are several 'keyvalue' objects included in the areas of geographical regional codes, administrative health care unit codes, diagnosis codes and more. It is also easy to extend the use by arbitrary code sets. License: GPL-2 Depends: R (>= 4.1.0) Suggests: dplyr, DT, testthat, knitr, rmarkdown, tidyr VignetteBuilder: knitr Encoding: UTF-8 URL: https://github.com/eribul/decoder, https://eribul.github.io/decoder/ BugReports: https://github.com/eribul/decoder/issues LazyData: TRUE Language: en-US Config/roxygen2/version: 8.0.0 Repository: https://eribul.r-universe.dev Date/Publication: 2026-05-15 10:06:53 UTC RemoteUrl: https://github.com/eribul/decoder RemoteRef: HEAD RemoteSha: d214b4f465766ef3aa9efe6857f195fb0a0bcf7b NeedsCompilation: no Packaged: 2026-06-14 07:03:36 UTC; root Author: Erik Bulow [aut, cre] (ORCID: ) Maintainer: Erik Bulow