Skip to content

Commit

Permalink
Export
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroloprete committed May 16, 2024
1 parent 0db5698 commit 37565be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ export(default_engine)
export(get_data)
export(get_engine)
export(get_metadata)
export(get_recipe)
export(get_steps)
export(load_survey)
export(load_survey_example)
export(read_recipe)
export(recipe)
export(save_recipe)
export(set_engine)
export(set_use_copy)
export(show_engines)
export(step_compute)
export(step_recode)
export(steps_to_recipe)
export(survey_empty)
export(survey_to_data.table)
export(survey_to_data_frame)
Expand Down Expand Up @@ -39,6 +44,11 @@ importFrom(glue,glue_col)
importFrom(glue,identity_transformer)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(jsonlite,parse_json)
importFrom(jsonlite,read_json)
importFrom(jsonlite,write_json)
importFrom(lifecycle,deprecated)
importFrom(visNetwork,addFontAwesome)
importFrom(visNetwork,visEdges)
Expand Down

0 comments on commit 37565be

Please sign in to comment.