tmp/prepare-package.R

# Code to create documentation and install
setwd("/Users/steve/Sites/datascibc/dsbc")
document()
install("../dsbc")
library(dsbc)
# Testing lookfor function
test_data <- data.frame(id=c(1:10), x=seq(1, 100, 10))
lookfor("x", data=test_data)
?lookfor
datascibc/dsbc documentation built on May 14, 2019, 7:45 p.m.