get_dep_str: Find string corresponding to "Imports", "Depends" etc.

View source: R/cleaning.R

get_dep_strR Documentation

Find string corresponding to "Imports", "Depends" etc.

Description

Find string corresponding to "Imports", "Depends" etc.

Usage

get_dep_str(v, x)

Arguments

v

A vector of strings

x

One of the following dependency words: "Depends", "Imports", "LinkingTo", "Suggests", "Enhances", "Reverse_depends", "Reverse_imports", "Reverse_linking_to", "Reverse_suggests", "Reverse_enhances"

Value

A string of the concatenation of the dependencies


crandep documentation built on Nov. 22, 2023, 1:08 a.m.