Giter Club home page Giter Club logo

crftools's Introduction

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

  • Dictionary 파일 형식은 xlsx 만 지원하며 필수적으로 가져야 하는 Tab 이름은 List, SUFFIX, EXCEPT입니다.
    • List: CDISC SDTM Domain 명을 2nd column에 기록합니다.
    • SUFFIX: CRF의 variable name의 마침표 이후의 suffix를 Suffix column에 나열합니다.
    • EXCEPT: CRF에 들어가는 variable name이지만 dictionary에서 상세히 기술될 필요가 없는 것에 대한 예외를 VAR column에 나열합니다.

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

  • CRF와 관련된 다양한 기능을 추가할 예정입니다.
  • CRAN에 올라가지는 않을 것입니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.