Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

XLConnect: Excel Connector for R

NotificationsYou must be signed in to change notification settings

miraisolutions/xlconnect

Repository files navigation

XLConnect: Excel Connector for R

CRAN_Status_Badgerdocumentation.orgCranLogsTotalCranLogsMonthlyCranLogsWeeklycodecov

XLConnect is a comprehensive and cross-platform R package for manipulating Microsoft Excel files from within R. XLConnect differs from other related R packages in that it is completely cross-platform and as such runs under Windows, Unix/Linux and Mac (32- and 64-bit). Moreover, it does not require any installation of Microsoft Excel or any other special drivers to be able to read & write Excel files. The only requirement is a recent version of a Java Runtime Environment (JRE).

The package can easily be installed fromCRAN viainstall.packages("XLConnect"). In order to get started have a look at theXLConnect andXLConnect for the Impatient package vignettes, the numerous demos available viademo(package = "XLConnect") or browse through the comprehensivereference manual.

Alternatively, you may install XLConnect directly from ourgithub repository using the excellentdevtools package:

require(devtools)# Installs the master branch of XLConnect (= current development version)install_github("miraisolutions/xlconnect")# Installs XLConnect with the given version, e.g. 1.0.2install_github("miraisolutions/xlconnect",ref="<version>")

Please log any enhancement requests or bug reports with a simple and self-contained reproducible example as an issue on ourgithub repository.For other questions you may also useStackoverflow.

Build for release on CRAN

devtools::build(args=c("--compact-vignettes=gs+qpdf"))

[8]ページ先頭

©2009-2025 Movatter.jp