Opens an interactive shiny interface. Select desired packages, print them to console, copy them to the clipboard and/or save them to disk (write new file or append). Note, that the download only captures entries visible in the table currently Incries number of rows shown to select from and write all packages to file.

lib_interactive(libs,textformat = TRUE)

Arguments

libs

Character (string) of package name(s) or Dataframe with a column "Package".

textformat

Logical. Print as text version or as BibTeX.

Source

relies on code in https://github.com/rstudio/DT/issues/93

Examples

# NOT RUN {
lib_interactive(libs)
# }