https://github.com/kwb-r/kwb.lca
Functions to Be Used in Life Cycle Assessment (LCA) Projects
https://github.com/kwb-r/kwb.lca
data-aggregation data-export data-import data-visualisation excel life-cycle-assessment modelling project-fakin project-smartplant questionaires r rstats spreadsheets template
Last synced: 2 months ago
JSON representation
Functions to Be Used in Life Cycle Assessment (LCA) Projects
- Host: GitHub
- URL: https://github.com/kwb-r/kwb.lca
- Owner: KWB-R
- License: mit
- Created: 2018-09-12T08:58:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T14:17:56.000Z (over 5 years ago)
- Last Synced: 2024-12-26T20:15:40.477Z (4 months ago)
- Topics: data-aggregation, data-export, data-import, data-visualisation, excel, life-cycle-assessment, modelling, project-fakin, project-smartplant, questionaires, r, rstats, spreadsheets, template
- Language: R
- Homepage: https://kwb-r.github.io/kwb.lca
- Size: 107 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/KWB-R/kwb-lca/branch/master)
[](https://travis-ci.org/KWB-R/kwb.lca)
[](https://codecov.io/github/KWB-R/kwb.lca)
[](https://www.tidyverse.org/lifecycle/#experimental)
[]()# kwb.lca
This package contains a function to read LCA parameters from an Excel
file that was sent to and received from a project partner. The parameters
are read into a data frame. Another function can be used to write the dataframe into an Excel file with different sheets and data.## Installation
```r
### Optionally: specify GitHub Personal Access Token (GITHUB_PAT)
### See here why this might be important for you:
### https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat# Sys.setenv(GITHUB_PAT = "mysecret_access_token")
# Install package "remotes" from CRAN
if (! require("remotes")) {
install.packages("remotes", repos = "https://cloud.r-project.org")
}# Install KWB package 'kwb.lca' from GitHub"
remotes::install_github("KWB-R/kwb.lca")
```## Documentation
Release: [https://kwb-r.github.io/kwb.lca](https://kwb-r.github.io/kwb.lca)
Development: [https://kwb-r.github.io/kwb.lca/dev](https://kwb-r.github.io/kwb.lca/dev)