Skip to content

Commit 792223a

Browse files
removed faulty link
1 parent 75144ad commit 792223a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

R/make_epicontacts.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@
5858
#' list and contact list should share an identification scheme for individuals.
5959
#' }
6060
#'
61-
#' @references
62-
#' \url{https://foodborne.unl.edu/public/role/epidemiologist/lineLists.html}
63-
#'
6461
#' @examples
6562
#' if (require(outbreaks)) {
6663
#' ## make epicontacts object from simulated Ebola data
@@ -119,7 +116,7 @@ make_epicontacts <- function(linelist, contacts, id = 1L, from = 1L, to = 2L,
119116
## follow base R make.unique() naming
120117
colnames(linelist)[1] <- "id.1"
121118
}
122-
119+
123120
## reordering of variables
124121
names(linelist)[id] <- "id"
125122
linelist <- subset(linelist,

man/make_epicontacts.Rd

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)