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)
libs | Character (string) of package name(s) or Dataframe with a column "Package". |
---|---|
textformat | Logical. Print as text version or as BibTeX. |
relies on code in https://github.com/rstudio/DT/issues/93
# NOT RUN { lib_interactive(libs) # }