Skip to content

Commit

Permalink
Removed commented text from grConstruct function
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-c committed Mar 28, 2017
1 parent dca06aa commit c93e16c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/FAOSTAT_functions/grConstruct.R
Expand Up @@ -22,11 +22,11 @@
##' grConstruct(test.df2, origVar = "a", type = "geo", n = 5)


data = data
origVar = origVar1[i]
newVarName = newVarName[i]
type = grType[i]
n = grFreq[i]
# data = data
# origVar = origVar1[i]
# newVarName = newVarName[i]
# type = grType[i]
# n = grFreq[i]


grConstruct = function(data, origVar, newVarName = NA,
Expand Down

0 comments on commit c93e16c

Please sign in to comment.