read_tarball: Dump the source from a package tarball into a tibble

Description Usage Arguments Value

Description

This function dump the content of a tarball containing an R package into a tibble.

Usage

1
read_tarball(tarball_path, verbose = FALSE, clean_up = TRUE)

Arguments

tarball_path

string, path to a tarball in .tar.gz.

verbose

boolean, display debug info.

clean_up

boolean, remove extracted files.

Value

a tibble with the source code of all R files, DESCRIPTION and NAMESPACE


chainsawriot/baaugwo documentation built on May 12, 2019, 5:15 p.m.