Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

knitr::opts_chunk$set(
  collapse = TRUE,
  message = FALSE,
  warning = FALSE,
  comment = '#>',
  fig.path = 'man/README/README-'
)

teproj

Introduction

This package contains functions that I use often in projects.

Installation

remotes::install_github('tonyelhabr/teproj').

Notes

Here is a list of all functions in the package.

library(teproj)
ls('package:teproj')

Inspiration

The original purpose of this package was to provide a convenient interface to the {readr} and {rio} functions for importing and exporting data to various file formats. Because I often found myself using the variable name as the name of the file, I figured it would be nice to implement 'lazy' methods for doing so. Under the hood, this packages's functions use 'Non-Standared Evaluation' (NSE) (using techniques that may or may not be up to date with the latest {tidyverse} methods of NSE r emo::ji('smile')).

Additionally, while implementing these import/export functions, I realized a couple of other functions that I often use in projects could be added. (I don't necessarily recommend using these 'other' functions, however, because they are tailored towards my use cases.)

covrg <- covr::package_coverage()
print(covrg)

Syntax



aelhabr/teproj documentation built on June 18, 2020, 3:25 a.m.