# Generated by roxygen2: do not edit by hand

S3method(print,Recipe)
S3method(print,RecipeWorkflow)
S3method(print,metasurvey_provenance)
S3method(print,metasurvey_provenance_diff)
S3method(provenance,Survey)
S3method(provenance,data.table)
S3method(provenance,default)
export(PoolSurvey)
export(Recipe)
export(RecipeCategory)
export(RecipeCertification)
export(RecipeUser)
export(RecipeWorkflow)
export(RotativePanelSurvey)
export(Survey)
export(add_category)
export(add_recipe)
export(add_replicate)
export(add_weight)
export(anda_download_microdata)
export(anda_variables)
export(api_comment_recipe)
export(api_comment_workflow)
export(api_delete_comment)
export(api_get_anda_variables)
export(api_get_recipe)
export(api_get_recipe_comments)
export(api_get_recipe_dependents)
export(api_get_recipe_stars)
export(api_get_workflow)
export(api_get_workflow_comments)
export(api_get_workflow_stars)
export(api_list_recipes)
export(api_list_workflows)
export(api_login)
export(api_logout)
export(api_me)
export(api_publish_recipe)
export(api_publish_workflow)
export(api_refresh_token)
export(api_register)
export(api_star_recipe)
export(api_star_workflow)
export(bake_recipes)
export(bake_steps)
export(cat_design)
export(cat_design_type)
export(certify_recipe)
export(configure_api)
export(default_categories)
export(evaluate_cv)
export(explore_recipes)
export(extract_surveys)
export(extract_time_pattern)
export(filter_recipes)
export(filter_workflows)
export(find_workflows_for_recipe)
export(get_backend)
export(get_data)
export(get_engine)
export(get_follow_up)
export(get_implantation)
export(get_metadata)
export(get_recipe)
export(get_steps)
export(get_workflow_backend)
export(group_dates)
export(has_design)
export(has_recipes)
export(has_steps)
export(is_baked)
export(lazy_default)
export(list_recipes)
export(list_workflows)
export(load_panel_survey)
export(load_survey)
export(load_survey_example)
export(parse_do_file)
export(parse_stata_labels)
export(provenance)
export(provenance_diff)
export(provenance_to_json)
export(publish_recipe)
export(publish_workflow)
export(rank_recipes)
export(rank_workflows)
export(read_recipe)
export(read_workflow)
export(recipe)
export(recipe_category)
export(recipe_certification)
export(recipe_user)
export(remove_category)
export(reproduce_workflow)
export(resolve_weight_spec)
export(save_recipe)
export(save_workflow)
export(search_recipes)
export(search_workflows)
export(set_backend)
export(set_data)
export(set_engine)
export(set_lazy_processing)
export(set_use_copy)
export(set_user_info)
export(set_version)
export(set_workflow_backend)
export(show_engines)
export(step_compute)
export(step_filter)
export(step_join)
export(step_recode)
export(step_remove)
export(step_rename)
export(step_validate)
export(steps_to_recipe)
export(survey_empty)
export(survey_to_data.table)
export(survey_to_data_frame)
export(survey_to_datatable)
export(survey_to_tibble)
export(transpile_coverage)
export(transpile_stata)
export(transpile_stata_module)
export(use_copy_default)
export(validate_time_pattern)
export(view_graph)
export(workflow)
export(workflow_from_list)
export(workflow_table)
importFrom(R6,R6Class)
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(methods,is)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(survey,SE)
importFrom(survey,cv)
