R package: crftools

R 패키지 crftools 입니다.

Description

Installation

#install.packages("devtools") # if you haven't installed devtools, run this line after deleting the first #
devtools::install_github("asancpt/crftools")

How to use

library(crftools)

CRFcsv = "foo.csv"
Dictionaryxlsx = "bar.xlsx"
FocusCol <- "Cohort1"

(Results <- crfdic(CRFcsv, Dictionaryxlsx, FocusCol))

Direction



asancpt/crftools documentation built on May 12, 2019, 4:32 a.m.