From 63c373b8669609e3169e1e7c4ce16866994fece2 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Sat, 24 Jun 2023 21:27:55 -0500 Subject: added comment --- dialoguer/context_script.r | 1 + 1 file changed, 1 insertion(+) 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)) -- cgit v1.2.3