Description Usage Arguments Source Examples
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.
1 | 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
1 2 3 4 5 | ## Not run:
lib_interactive(libs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.