Skip to content

Commit

Permalink
made changes to named list
Browse files Browse the repository at this point in the history
  • Loading branch information
conlooptechnologies committed Nov 16, 2023
1 parent dc9e7d9 commit 01ab732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instat/dlgScript.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01ab732

Please sign in to comment.