Orchestrate and Exchange Data with 'EtherCalc' Instances
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
boB Rudis a99f560554
Dontrun
5 yıl önce
R Dontrun 5 yıl önce
man Dontrun 5 yıl önce
tests R package repo initialization complete 5 yıl önce
.Rbuildignore more API coverage; faster editing 5 yıl önce
.codecov.yml R package repo initialization complete 5 yıl önce
.gitignore R package repo initialization complete 5 yıl önce
.travis.yml R package repo initialization complete 5 yıl önce
CONDUCT.md R package repo initialization complete 5 yıl önce
DESCRIPTION more API coverage; faster editing 5 yıl önce
LICENSE more API coverage; faster editing 5 yıl önce
LICENSE.md more API coverage; faster editing 5 yıl önce
NAMESPACE more API coverage; faster editing 5 yıl önce
NEWS.md R package repo initialization complete 5 yıl önce
README.Rmd more API coverage; faster editing 5 yıl önce
README.md more API coverage; faster editing 5 yıl önce
ethercalc.Rproj R package repo initialization complete 5 yıl önce

README.md

Travis-CI BuildStatus CoverageStatus CRAN\_Status\_Badge

ethercalc

Orchestrate and Exchange Data with ‘EtherCalc’ Instances

Description

The ‘EtherCalc’ (https://ethercalc.net/) web application is a multi-user, collaborative spreadsheet that can be run locally on virtually any modern operating system. Methods are provided to orchestrate and exchange data with ‘EtherCalc’ instances.

What’s Inside The Tin

The following functions are implemented:

  • ec_append: Append a data frame to a “room”, optionally starting at a given row
  • ec_cmd: Issue EtherCalc “commands” to a room
  • ec_delete: Delete a “room” from an EtherCalc instance
  • ec_edit: Edit a data frame in a new or existing EtherCalc “room”
  • ec_exists: Does an EtherCalc “room” name exist?
  • ec_export: Export an EtherCalc “room” to a local file
  • ec_list: List all of the available EtherCalc documents
  • ec_new: Create a new, empty EtherCalc “room”
  • ec_read: Read an EtherCalc “room” to a local data frame
  • ec_running: Export an EtherCalc “room” to a local data frame
  • ec_start: Start an EtherCalc instance (requires you to install EtherCalc first)
  • ec_view: Open a browser window/tab to an EtherCalc “room”
  • ethercalc_host: Get or set ETHERCALC_HOST value

Installation

devtools::install_git("https://git.sr.ht/~hrbrmstr/ethercalc.git")
# or
devtools::install_git("https://git.rud.is/hrbrmstr/ethercalc.git")
# or
devtools::install_gitlab("hrbrmstr/ethercalc")
# or
devtools::install_bitbucket("hrbrmstr/ethercalc")
# or
devtools::install_github("hrbrmstr/ethercalc")

Usage

library(ethercalc)

# current version
packageVersion("ethercalc")
## [1] '0.1.0'

ethercalc Metrics

Lang # Files (%) LoC (%) Blank lines (%) # Lines (%)
R 17 0.94 229 0.96 108 0.84 174 0.78
Rmd 1 0.06 10 0.04 20 0.16 48 0.22

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.