find.packages {fixr}R 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


[Package fixr version 0.1.0 Index]