updated dob_extract_cpr to also support cpr format ddmmyyxxxx 2022-08-25 09:44:38

This commit is contained in:
AG Damsbo 2022-08-25 09:44:38 +02:00
parent d3cce910b8
commit 3b01487a0e
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Package: daDoctoR Package: daDoctoR
Title: Functions For Health Research Title: Functions For Health Research
Version: 0.22.5 Version: 0.22.6
Year: 2021 Year: 2021
Author: Andreas Gammelgaard Damsbo <agdamsbo@pm.me> Author: Andreas Gammelgaard Damsbo <agdamsbo@pm.me>
Maintainer: Andreas Gammelgaard Damsbo <agdamsbo@pm.me> Maintainer: Andreas Gammelgaard Damsbo <agdamsbo@pm.me>

View File

@ -1,3 +1,5 @@
rm(list = ls(pos=-1))
library(roxygen2, devtools) library(roxygen2, devtools)
setwd("/Users/au301842/daDoctoR/") setwd("/Users/au301842/daDoctoR/")