Skip to content

Commit 5b273db

Browse files
committed
uniform side encoding
1 parent c5437b0 commit 5b273db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/meta.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ fanc_meta <- function(ids=NULL, ...) {
203203
df <- left_join(data.frame(id=ids), df, by='id')
204204
}
205205
}
206+
df$side=sub("HS|idline$", "", df$side)
206207
df
207208
}
208209

0 commit comments

Comments
 (0)