We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
fix: emr_track.mv did not move track attributes.
emr_track.mv
02c639d
fixes emr_track.mv does not copy track attributes #119
fd29aef
c6367e5
e45a4d4
aviezerl
No branches or pull requests
See the following example:
The text was updated successfully, but these errors were encountered: