knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

runjob

Lifecycle: experimental CRAN status

The goal of runjob is to provide an easy way to run R jobs from rstudio with a keyboard shortcut, then put the results of the job into the parent environment.

Installation

This package is not available on cran.

Install from github with:

devtools::install_github("jamesM131/runjob")

Example

This is a basic example which shows you how to solve a common problem:

library(runjob)


JamesM131/runjob documentation built on Jan. 20, 2020, 12:04 a.m.