Print review package function source code

pkgreview_print_source(pkgname)

Arguments

pkgname

character string. review package name

Value

prints out function source code for all exported functions.

Examples

# NOT RUN {
library("pkgreviewr")
pkgreview_print_source("pkgreviewr")
# }