You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ EDCimport is a package designed to easily import data from EDC software TrialMas
7
7
### New features
8
8
9
9
- New function `compare_databases()`, which compares the structure of several extractions of a database: added/removed columns, number of patients, etc (#26). See the examples for a demo.
10
+
- Cache system is supported in all reading functions `read_all_csv()`, `read_all_sas()`, and `read_all_xpt()` (#75).
10
11
- New features in `edc_viewer()`:
11
12
- Support for multiple instances on different ports with custom datasets (#100, #114)\
12
13
For instance, you can now run `edc_viewer(data=lst(iris, mtcars), port=1212)`
0 commit comments