Skip to content

Commit

Permalink
conpane
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Dec 11, 2018
1 parent 64e2ad7 commit 56f91ae
Show file tree
Hide file tree
Showing 5 changed files with 268 additions and 233 deletions.
9 changes: 9 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ export(call_api)
export(convert_to)
export(extract_nodes)
export(extract_relationships)
export(launch_con_pane)
export(load_csv)
export(neo4j_api)
export(on_connection_opened)
export(read_cypher)
export(run_app)
export(send_cypher)
export(unnest_graph)
export(unnest_nodes)
Expand Down Expand Up @@ -45,6 +48,12 @@ importFrom(purrr,map_lgl)
importFrom(purrr,modify_depth)
importFrom(purrr,set_names)
importFrom(purrr,transpose)
importFrom(rstudioapi,updateDialog)
importFrom(shiny,div)
importFrom(shiny,shinyApp)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(tidyr,gather)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(utils,browseURL)
Loading

0 comments on commit 56f91ae

Please sign in to comment.