Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emr_track.mv does not copy track attributes #119

Open
nettam opened this issue May 5, 2024 · 0 comments
Open

emr_track.mv does not copy track attributes #119

nettam opened this issue May 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nettam
Copy link
Contributor

nettam commented May 5, 2024

See the following example:

emr_track.create('test', categorical=FALSE, iterator='patients.dob', expr='patients.dob')
#' NULL
emr_track.attr.set('test', 'source', 'dod')
emr_track.attr.export('test')
#'  track   attr value
#' 1  test source   dod
emr_track.var.set('test', 'stam', 1)
emr_track.var.get('test', 'stam')
#' [1] 1
emr_track.mv('test', 'another_test')
emr_track.var.ls('another_test')
#' [1] "stam"
emr_track.attr.export('another_test')
#' [1] track attr  value
#' <0 rows> (or 0-length row.names)
@nettam nettam added the bug Something isn't working label May 7, 2024
aviezerl added a commit that referenced this issue May 7, 2024
fixes emr_track.mv does not copy track attributes #119
aviezerl added a commit that referenced this issue May 8, 2024
fixes emr_track.mv does not copy track attributes #119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants