View source: R/find_packages.R
| find_packages | R Documentation | 
Search for a package (or list of packages) across all available conda environments. By default, returns all packages from all conda environments.
find_packages(
  packages = NULL,
  conda_env = NULL,
  conda = "auto",
  method = c("r", "reticulate", "basilisk"),
  types = c("r", "python", "binary"),
  return_path = FALSE,
  robust = FALSE,
  filter_paths = FALSE,
  sort_names = FALSE,
  nThread = 1,
  verbose = TRUE
)
| packages | A package (e.g.  | 
| conda_env | Conda environments to search in. 
If  | 
| conda | The path to a  | 
| method | Method to use: 
 | 
| types | Path type to search for and include in the table. | 
| return_path | Return only the path to each package. | 
| robust | Uses a more robust (but slower) method for identifying paths
to conda environments and package executables (default:  | 
| filter_paths | Filter out packages without callable executable paths from the table. | 
| sort_names | Sort packages alphanumerically by their name. | 
| nThread | Number of threads to use when parallelizing searches across multiple conda envs. | 
| verbose | Print messages. | 
Merged data.table with all packages installed in each conda environment.
pkgs <- echoconda::find_packages(conda_env="base")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.