Skip to content

Commit

Permalink
Update rLink.vb
Browse files Browse the repository at this point in the history
  • Loading branch information
deaspo committed Nov 14, 2015
1 parent 926ed09 commit 6b5dabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instat/rLink.vb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Imports System.Text
Imports System.Threading.Tasks

Public Class RInterface
' R interface class. Each instance of the class has its own REngine instanc
' R interface class. Each instance of the class has its own REngine instance
Dim climateObjectPath As String = "C:\\ClimateObject\\R"
Dim InstatObjectPath As String = "C:\\InstatObject\\R" 'path to the Instat object
Dim clsEngine As REngine
Expand Down Expand Up @@ -141,4 +141,4 @@ Public Class RInterface
temp_metadata = clsEngine.Evaluate("x").AsDataFrame()
Return New Tuple(Of DataFrame, DataFrame, DataFrame)(temp_data, temp_metadata, temp_variables)
End Function
End Class
End Class

0 comments on commit 6b5dabe

Please sign in to comment.