Orchestrate and Exchange Data with 'EtherCalc' Instances
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
535 B

# Generated by roxygen2: do not edit by hand
export("%>%")
export(ec_append)
export(ec_cmd)
export(ec_delete)
export(ec_edit)
export(ec_exists)
export(ec_export)
export(ec_list)
export(ec_new)
export(ec_read)
export(ec_running)
export(ec_start)
export(ec_view)
export(ethercalc_host)
import(httr)
import(processx)
importFrom(glue,glue)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(utils,browseURL)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)