From 01ab73269dbdcc4437da780406c12b8669be88bc Mon Sep 17 00:00:00 2001 From: patowhiz Date: Thu, 16 Nov 2023 20:12:31 +0300 Subject: [PATCH] made changes to named list --- instat/dlgScript.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instat/dlgScript.vb b/instat/dlgScript.vb index 7fd90ccb96d..92a0c4b4ca8 100644 --- a/instat/dlgScript.vb +++ b/instat/dlgScript.vb @@ -215,7 +215,7 @@ Public Class dlgScript ' If it's a single data frame then wrap it into a list Dim clsDataListRFunction As New RFunction clsDataListRFunction.SetRCommand("list") - clsDataListRFunction.AddParameter(strParameterValue:=strDataFrameName) + clsDataListRFunction.AddParameter(strParameterName:=strDataFrameName, strParameterValue:=strDataFrameName) clsImportRFunction.AddParameter(strParameterName:="data_tables", clsRFunctionParameter:=clsDataListRFunction) Else ' If it's already a list of data frames, then add the name directly