aboutsummaryrefslogtreecommitdiff
path: root/dialoguer
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-06-24 21:27:55 -0500
committerTinWoodman92 <chrhodgden@gmail.com>2023-06-24 21:27:55 -0500
commit63c373b8669609e3169e1e7c4ce16866994fece2 (patch)
treecbd4afac4708a14b4b9737971e7c5701e78f1dde /dialoguer
parentacd269f0dfdc3b28f94f436b0464349639770b47 (diff)
added comment
Diffstat (limited to 'dialoguer')
-rw-r--r--dialoguer/context_script.r1
1 files changed, 1 insertions, 0 deletions
diff --git a/dialoguer/context_script.r b/dialoguer/context_script.r
index f21f36e..bb2b133 100644
--- a/dialoguer/context_script.r
+++ b/dialoguer/context_script.r
@@ -72,6 +72,7 @@ send <- function(conn, data, send_data_type = FALSE) {
}
# may not need to pass connection if it will only be 1 per dialogue
+# I still want to consolidate the recv_data_type and set_data_type args
recv <- function(conn, recv_data_type = FALSE, set_data_type = "character") {
if (recv_data_type) {
suppressWarnings(data_type_name <- readBin(conn, "raw", HEADER))