Showing 100 of total 100 results (show query)

rsheets

cellranger:Translate Spreadsheet Cell Ranges to Rows and Columns

Helper functions to work with spreadsheets and the "A1:D10" style of cell range specification.

Maintained by Jennifer Bryan. Last updated 7 years ago.

3.5 match 51 stars 13.84 score 80 scripts 843 dependents

janmarvin

openxlsx2:Read, Write and Edit 'xlsx' Files

Simplifies the creation of 'xlsx' files by providing a high level interface to writing, styling and editing worksheets.

Maintained by Jan Marvin Garbuszus. Last updated 16 hours ago.

xlsxcpp

1.9 match 138 stars 13.67 score 194 scripts 11 dependents

mitchelloharawild

vitae:Curriculum Vitae for R Markdown

Provides templates and functions to simplify the production and maintenance of curriculum vitae.

Maintained by Mitchell OHara-Wild. Last updated 9 months ago.

cvozunconf18resumeunconf

1.3 match 1.2k stars 10.78 score 556 scripts

ropensci

readODS:Read and Write ODS Files

Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.

Maintained by Chung-hong Chan. Last updated 2 months ago.

cpp

0.5 match 55 stars 12.74 score 808 scripts 26 dependents

bioc

MVCClass:Model-View-Controller (MVC) Classes

Creates classes used in model-view-controller (MVC) design

Maintained by Elizabeth Whalen. Last updated 5 months ago.

visualizationinfrastructuregraphandnetwork

1.8 match 3.78 score 1 dependents

norawuerz

saeTrafo:Transformations for Unit-Level Small Area Models

The aim of this package is to offer new methodology for unit-level small area models under transformations and limited population auxiliary information. In addition to this new methodology, the widely used nested error regression model without transformations (see "An Error-Components Model for Prediction of County Crop Areas Using Survey and Satellite Data" by Battese, Harter and Fuller (1988) <doi:10.1080/01621459.1988.10478561>) and its well-known uncertainty estimate (see "The estimation of the mean squared error of small-area estimators" by Prasad and Rao (1990) <doi:10.1080/01621459.1995.10476570>) are provided. In this package, the log transformation and the data-driven log-shift transformation are provided. If a transformation is selected, an appropriate method is chosen depending on the respective input of the population data: Individual population data (see "Empirical best prediction under a nested error model with log transformation" by Molina and Martín (2018) <doi:10.1214/17-aos1608>) but also aggregated population data (see "Estimating regional income indicators under transformations and access to limited population auxiliary information" by Würz, Schmid and Tzavidis <unpublished>) can be entered. Especially under limited data access, new methodologies are provided in saeTrafo. Several options are available to assess the used model and to judge, present and export its results. For a detailed description of the package and the methods used see the corresponding vignette.

Maintained by Nora Würz. Last updated 10 months ago.

1.7 match 1 stars 3.70 score

r-forge

tframePlus:Time Frame Coding Kernel Extensions

Extensions and additional 'tframe' utilities.

Maintained by Paul Gilbert. Last updated 1 years ago.

1.8 match 3.00 score 9 scripts

lcbc-uio

noasr:NOAS convenience functions

Functions created to work well with LCBC's Nephew of All Spreadsheet data.

Maintained by Athanasia Mo Mowinckel. Last updated 4 years ago.

0.6 match 3.00 score 4 scripts

rmheiberger

microplot:Microplots (Sparklines) in 'LaTeX', 'Word', 'HTML', 'Excel'

The microplot function writes a set of R graphics files to be used as microplots (sparklines) in tables in either 'LaTeX', 'HTML', 'Word', or 'Excel' files. For 'LaTeX', we provide methods for the Hmisc::latex() generic function to construct 'latex' tabular environments which include the graphs. These can be used directly with the operating system 'pdflatex' or 'latex' command, or by using one of 'Sweave', 'knitr', 'rmarkdown', or 'Emacs org-mode' as an intermediary. For 'MS Word', the msWord() function uses the 'flextable' package to construct 'Word' tables which include the graphs. There are several distinct approaches for constructing HTML files. The simplest is to use the msWord() function with argument filetype="html". Alternatively, use either 'Emacs org-mode' or the htmlTable::htmlTable() function to construct an 'HTML' file containing tables which include the graphs. See the documentation for our as.htmlimg() function. For 'Excel' use on 'Windows', the file examples/irisExcel.xls includes 'VBA' code which brings the individual panels into individual cells in the spreadsheet. Examples in the examples and demo subdirectories are shown with 'lattice' graphics, 'ggplot2' graphics, and 'base' graphics. Examples for 'LaTeX' include 'Sweave' (both 'LaTeX'-style and 'Noweb'-style), 'knitr', 'emacs org-mode', and 'rmarkdown' input files and their 'pdf' output files. Examples for 'HTML' include 'org-mode' and 'Rmd' input files and their webarchive 'HTML' output files. In addition, the as.orgtable() function can display a data.frame in an 'org-mode' document. The examples for 'MS Word' (with either filetype="docx" or filetype="html") work with all operating systems. The package does not require the installation of 'LaTeX' or 'MS Word' to be able to write '.tex' or '.docx' files.

Maintained by Richard M. Heiberger. Last updated 3 years ago.

0.5 match 1 stars 2.56 score 36 scripts

environmentalscienceassociates

tbsa:Turbine Blade Strike Analysis

R implementation of spreadsheet model provided by the USFWS for performing leading-edge blade strike analysis of hydropower turbines on fish.

Maintained by Travis Hinkelman. Last updated 2 years ago.

0.5 match 1.70 score 1 scripts

pakabuka

uscoauditlog:United States Copyright Office Product Management Division SR Audit Data Dataset Cleaning Algorithms

Intended to be used by the United States Copyright Office Product Management Division Business Analysts. Include algorithms for the United States Copyright Office Product Management Division SR Audit Data dataset. The algorithm takes in the SR Audit Data excel file and reformat the spreadsheet such that the values and variables fit the format of the online database. Support functions in this package include clean_str(), which cleans instances of variable AUDIT_LOG; clean_data_to_excel(), which cleans and output the reorganized SR Audit Data dataset in excel format; clean_data_to_dataframe(), which cleans and stores the reorganized SR Audit Data data set to a data frame; format_from_excel(), which reads in the outputted excel file from the clean_data_to_excel() function and formats and returns the data as a dictionary that uses FIELD types as keys and NON-FIELD types as the values of those keys. format_from_dataframe(), which reads in the outputted data frame from the clean_data_to_dataframe() function and formats and returns the data as a dictionary that uses FIELD types as keys and NON-FIELD types as the values of those keys; support_function(), which takes in the dictionary outputted either from the format_from_dataframe() or format_from_excel() function and returns the data as a formatted data frame according to the original U.S. Copyright Office SR Audit Data online database. The main function of this package is clean_format_all(), which takes in an excel file and returns the formatted data into a new excel and text file according to the format from the U.S. Copyright Office SR Audit Data online database.

Maintained by Frederick Liu. Last updated 3 years ago.

0.5 match 1.00 score