All functions

annotations() annotation_names() annotation() super_annotation() has_annotation() has_super_annotation() add_annotation() set_annotation() add_super_annotation() remove_super_annotation()

Access the blueprintr metadata at runtime

attach_blueprints() attach_blueprint()

Attach blueprints to a drake plan

blueprint()

Create a blueprint

.TARGET() .BLUEPRINT() .META() .SOURCE() mark_source()

Macros for blueprint authoring

bp_add_bpstep()

Add custom bpstep to blueprint schema

bp_export_codebook()

Instruct blueprint to export codebooks

bp_export_kfa_report()

Instruct blueprint to generate kfa report

bp_extend()

Add custom elements to a blueprint

bp_include_panelcleaner_meta()

Include panelcleaner mapping on metadata creation

bp_label_variables()

Convert variables to labelled variables in cleanup stage

bpstep()

Define a step of blueprint assembly

bpstep_payload()

Create a step payload

check_list()

Create a quoted list of check calls

all_variables_present() all_types_match()

Evaluate checks on the blueprint build output

cleanup()

Run clean-up tasks and return built dataset

create_metadata_file()

Create a metadata file from a dataset

eval_checks()

Evaluate all checks on a blueprint

in_set()

Test if x is a subset of y

load_blueprint() load_blueprints()

Load a blueprint from a script file

load_table_lineage()

Read blueprints from folder and get lineage

metadata()

Convert an input dataframe into a metadata object

mutate_annotation() mutate_annotation_across()

Modify dataset variable annotations

plan_from_blueprint()

Create a drake plan from a blueprint

render_codebook()

Render codebooks for datasets

render_kfa_report()

Render k-fold factor analysis on scale using kfa

improved_annotation_option() using_improved_annotations()

"Super Annotations"

tar_blueprint() tar_blueprints() tar_blueprint_raw()

Add a blueprint to a "targets" pipeline

load_variable_lineage() filter_variable_lineage() vis_variable_lineage()

Variable lineage

vis_table_lineage()

Visualize table lineage with visNetwork