Skip to content

Commit

Permalink
updating documentation for first release.
Browse files Browse the repository at this point in the history
  • Loading branch information
omair-a-khan committed Sep 1, 2018
1 parent 568895b commit d3f287e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/data_freeze.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ data_freeze <- function(box.dir = file.path("~", "box"),
###

# use REDCap API to download data
for (index.epoch in unique(tokens.list$epoch)){
for (index.epoch in unique(tokens.list$epoch)) {
epoch <- paste0("epoch_", index.epoch)

list.names <- MAPfreeze.list[[epoch]][["shortname"]]
Expand Down
2 changes: 2 additions & 0 deletions man/data_freeze.Rd

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

2 changes: 2 additions & 0 deletions man/format_p.Rd

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

3 changes: 2 additions & 1 deletion man/missing_to_na.Rd

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

2 changes: 2 additions & 0 deletions man/print_excluded_participants.Rd

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

0 comments on commit d3f287e

Please sign in to comment.