update_importlist {autoimport}R Documentation

Update the IMPORTLIST file

Description

Update the IMPORTLIST file, which forces the import of some packages without asking.

Usage

update_importlist(imports, path = NULL)

get_importlist(path = NULL)

Arguments

imports

a list of imports with ⁠key=function⁠ and value=package

path

path to the IMPORTLIST file

Value

nothing


[Package autoimport version 0.1.1 Index]