README.md

R package: crftools

Put your heart, mind, and soul into even your smallest acts. This is the secret of success. - Swami Sivananda

이것은 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.