Skip to content
View dcomtois's full-sized avatar

Block or report dcomtois

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. summarytools summarytools Public

    R Package to Quickly and Neatly Summarize Data

    R 548 81

  2. sortLines sortLines Public

    Adds "Sort Selected Lines" to RStudio's Addins menu

    R 3 1

  3. pathToClip pathToClip Public

    RStudio Addin -- Copy File Path to Clipboard

    R 6

  4. Linking R internal & primitive C fun... Linking R internal & primitive C functions with appropriate source files. --- printname = R function name ; c.entry = C function ; sourcefile = relevant C source file; line_no: line featuring fn definition (not all checked)
    1
    printname	c.entry	file	line_no
    2
    -	do_arith	R-4.0.3\src\main\arithmetic.c	411
    3
    !	do_logic	R-4.0.3\src\main\logic.c	40
    4
    !=	do_relop	R-4.0.3\src\main\relop.c	51
    5
    $	do_subset3	R-4.0.3\src\main\subset.c	1206