import - An Import Mechanism for R
Alternative mechanism for importing objects from packages and R modules. The syntax allows for importing multiple objects with a single command in an expressive way. The import package bridges some of the gap between using library (or require) and direct (single-object) imports. Furthermore the imported objects are not placed in the current environment.
Last updated 10 months ago
10.10 score 222 stars 11 packages 66 scripts 3.7k downloadszmisc - Vector Look-Ups and Safer Sampling
A collection of utility functions that facilitate looking up vector values from a lookup table, annotate values in at table for clearer viewing, and support a safer approach to vector sampling, sequence generation, and aggregation.
Last updated 1 years ago
3.70 score 9 scripts 121 downloadsqst - Store Tables in SQL Database
Provides functions for quickly writing (and reading back) a data.frame to file in 'SQLite' format. The name stands for *Store Tables using 'SQLite'*, or alternatively for *Quick Store Tables* (either way, it could be pronounced as *Quest*). For data.frames containing the supported data types it is intended to work as a drop-in replacement for the 'write_*()' and 'read_*()' functions provided by similar packages.
Last updated 1 years ago
2.70 score 1 scripts 83 downloadszfit - Fit Models in a Pipe
Improve the usage of model fitting functions within a piped work flow.
Last updated 1 years ago
2.70 score 1 stars 3 scripts 168 downloads