View source: R/helper_functions.R
unique_highest_package_versions | R Documentation |
Creates a vector with the unique set of with package name = versions and will keep the highest version when multiple versions of one package are defined.
unique_highest_package_versions(packNameVersion, return_as_df = FALSE)
packNameVersion |
provide a package name list like so: |
return_as_df |
FALSE if the output should remain a structured dataframe, or if it should return a named character vector. To get a feel with the function, you can try: multiversion:::unique_highest_package_versions( c(pack.a = '0.1.0', pack.c = '5.2', package.b = '1.9', pack.c = '99.99')) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.