The package flexample provides example FlexFile data for use in other packages. Example FlexFile A and B are duplicates for testing/example use with the read_folder() function found in costmisc and readflexfile suite of functions.

View the package site to explore the features!

If you find a bug or have an idea for a new feature, please use the issue board.

Welcome to the costverse!

The costverse is a collection of R packages, inspired by the tidyverse. The goal is to create a cohesive ecosystem of R packages to streamline tasks encountered by analysts in the cost analysis profession. This can range from importing common data formats, working with difficult data structures (e.g., a WBS), or applying more advanced analytical techniques!

The costverse began as an internal Technomics project to develop a set of tools that enable our employee owners to solve our clients’ problems more effectively. While aspects of the project remain internal, the following packages are currently available to the public. You are free to use them under the GPLv3 - all that we ask is to please cite us as the authors.

Do not hesitate to contact us if you have questions about what else is in the works!

Installation

You can download and install directly from our GitHub repository. If this does not work or does not have a build for your version of R, try using install_github() instead (see Development version instructions).

install.packages("flexample", repos = "https://technomics.github.io/repo/")

Development version

To get a bug fix, or to use a feature from the development version, you can install flexample using the following.

devtools::dev_mode(on = TRUE)
devtools::install_github("Technomics/flexample")