-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Authors@R: c( | |
person("Hugo", "Gruson", , "[email protected]", role = "rev", | ||
comment = c(ORCID = "0000-0002-4094-1476")) | ||
) | ||
Description: Provides tools to help label and validate data according to user-specified rules. The 'safeframe' class adds variable level attributes to 'data.frame' columns. Once labelled, these variables can be seamlessly used in downstream analyses, making data pipelines clearer, more robust, and more reliable. | ||
Description: Provides tools to help label and validate data according to user-specified rules. The 'safeframe' class adds variable level attributes to 'data.frame' columns. Once tagged, these variables can be seamlessly used in downstream analyses, making data pipelines clearer, more robust, and more reliable. | ||
License: MIT + file LICENSE | ||
URL: https://epiverse-trace.github.io/safeframe/, https://github.com/epiverse-trace/safeframe | ||
BugReports: https://github.com/epiverse-trace/safeframe/issues | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Version: 1.0 | ||
ProjectId: 931e7392-5867-454d-a913-e44cba1a06dd | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Compatibility with dplyr::transmute() | ||
|
||
The following labelled variables are lost: | ||
The following tagged variables are lost: | ||
speed - Miles per hour | ||
dist - Distance in miles | ||
|
||
# Compatibility with dplyr::mutate(.keep) | ||
|
||
The following labelled variables are lost: | ||
The following tagged variables are lost: | ||
speed - Miles per hour | ||
|
||
# Compatibility with dplyr::select() | ||
|
||
The following labelled variables are lost: | ||
The following tagged variables are lost: | ||
speed - Miles per hour | ||
|