Skip to content

Commit 6543f35

Browse files
committed
New ids.R source file
1 parent 948ef08 commit 6543f35

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

R/ids.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
valid_vfbids <- function(x) {
2+
grepl("^VFB_[0-9A-z]{8}$", x, perl = T)
3+
}

R/utils.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,3 @@ null2na <- function(x, repl=NA) {
2828
if(length(y)==0) repl else y
2929
})
3030
}
31-
32-
valid_vfbids <- function(x) {
33-
grepl("^VFB_[0-9A-z]{8}$", x, perl = T)
34-
}

0 commit comments

Comments
 (0)