Skip to content

Commit

Permalink
add comment to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
spennihana committed Sep 17, 2014
1 parent b556bd3 commit 029eda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/tests/testdir_demos/runit_interact.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ options(echo=TRUE)



# Interaction Methods:
# Interaction Method Code
interact.helper <- function(r_level, l_level, l_vec, r_vec) {
v1 <- l_vec == l_level;
v2 <- r_vec == r_level;
Expand Down Expand Up @@ -39,6 +39,7 @@ interact <- function(l_vec, r_vec) {
res
}

# End Interaction Method Code


# Begin Demo #
Expand Down

0 comments on commit 029eda5

Please sign in to comment.