find.packages: Find R packages that can import a file format

View source: R/find.packages.R

find.packagesR Documentation

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)

Arguments

file_extension

The file extension for the file format to search for packages to import

Value

A character vector of package names that can be used to import the file format


fixr documentation built on April 4, 2025, 12:30 a.m.

Related to find.packages in fixr...