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.

24 lines
516B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/i2b2_msg.R
  3. \name{send_msg}
  4. \alias{send_msg}
  5. \title{Send the message}
  6. \usage{
  7. send_msg(msg, cellurl)
  8. }
  9. \arguments{
  10. \item{msg}{The XML message as an R list}
  11. \item{cellurl}{The URL of the i2b2 cell to communicate with}
  12. }
  13. \value{
  14. The XML return message as an httr::content() object
  15. }
  16. \description{
  17. Send the XML message to an i2b2 cell
  18. }
  19. \details{
  20. Send the XML message built by base_msg %>% add_header %>% add_body
  21. to the specified cellurl
  22. }