Skip to content

Commit

Permalink
Merge pull request #6 from lilyclements/Su
Browse files Browse the repository at this point in the history
updating branch
  • Loading branch information
shadrackkibet committed Apr 7, 2017
2 parents 687aa3f + 381dc9a commit 338e649
Show file tree
Hide file tree
Showing 17 changed files with 597 additions and 483 deletions.
9 changes: 9 additions & 0 deletions instat/clsRLink.vb
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,15 @@ Public Class RLink
Return strOut
End Function

Public Function IsValidText(strText As String) As String
Dim bValid As Boolean
Dim strValidText As String
Dim clsMakeNames As New RFunction

strValidText = MakeValidText(strText)
Return (strText = strValidText)
End Function

'Corruption analysis functions
Public Function GetCorruptionContractDataFrameNames() As List(Of String)
Dim clsGetDataNames As New RFunction
Expand Down
68 changes: 34 additions & 34 deletions instat/dlgNewSummaryTables.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 43 additions & 62 deletions instat/dlgStack.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 338e649

Please sign in to comment.