find.packages: Find R packages that can import a file format
Description
This function searches the CRAN repository for R packages that can be used to import a file format
Usage
find.packages(file_extension)
Value
A character vector of package names that can be used to import the file format
Arguments
- file_extension
The file extension for the file format to search for packages to import