Package index
-
has_tag()
- A selector function to use in tidyverse functions
-
lost_tags_action()
get_lost_tags_action()
- Check and set behaviour for lost tags
-
make_safeframe()
- Create a safeframe from a data.frame
-
`names<-`(<safeframe>)
- Rename columns of a safeframe
-
print(<safeframe>)
- Printing method for safeframe objects
-
set_tags()
- Change tags of a safeframe object
-
`[`(<safeframe>)
`[<-`(<safeframe>)
`[[<-`(<safeframe>)
`$<-`(<safeframe>)
- Subsetting of safeframe objects
-
tag_variables()
- Add tags to variables
-
tags()
- Get the list of tags in a safeframe
-
tags_df()
- Extract a data.frame of all tagged variables
-
type()
- Type Selection Helper
-
validate_safeframe()
- Checks the content of a safeframe object
-
validate_tags()
- Checks the tags of a safeframe object
-
validate_types()
- Type check variables
-
vars_tags()
- Internal printing function for variables and tags