R/wpd_current_node.R

Defines functions wpd_current_node

Documented in wpd_current_node

#' wpd_current_node
#'
#' @export
#'
wpd_current_node <- function(){
  names(wpd_nodes)[wpd_nodes == system("hostname", intern = TRUE)]
}
petermeissner/wikipediadumbs documentation built on Nov. 5, 2019, 12:19 a.m.