match_pkg_names {annotater}R Documentation

Match package names

Description

Match package names

Usage

match_pkg_names(string_og)

Arguments

string_og

Text string (script) with package load calls.

Value

A tibble with the package load calls and package names.

Examples

test_string <- c("library(boot)\nrequire(Matrix)")
match_pkg_names(test_string)

[Package annotater version 0.2.3 Index]