Skip to content

Commit

Permalink
uniform side encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Dec 29, 2024
1 parent 5214907 commit c397655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ fanc_meta <- function(ids=NULL, ...) {
df <- left_join(data.frame(id=ids), df, by='id')
}
}
df$side=sub("HS|idline$", "", df$side)
df
}

Expand Down

0 comments on commit c397655

Please sign in to comment.