Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 346 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 346 Bytes

mjcbase

An R package of useful utilities that I find useful on a day to day basis.

INSTALLATION

library(devtools)
install_github("drmjc/excelIO")
install_github("drmjc/mjcbase")

Popular Functions

  1. Cut and paste data to/from the clipboard into/out of R:

    ?pbcopy ?pbpaste