Skip to content

Latest commit

 

History

145 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoilCMS

Installation

You can install the development version of SoilCMS from GitHub with:

# install.packages("remotes")
remotes::install_github("manaakiwhenua/SoilCMS")

Usage

# In this example, the SQLite data downloaded from the NSDR-Viewer
# website was saved as "nsdr-data.db"
fn <- "./nsdr_data.db"

library(SoilCMS)

# Get data into a data.frame
df <- fn |> read_mfe_sqlite() |> process_mfe_data()
head(df)

# Export data to Excel
fn |> 
  read_mfe_sqlite() |> 
  process_mfe_data() |>
  write_mfe_xlsx(file = "./output.xlsx")

# This can be done directly as:
export_mfe(sqlite_fn = fn, xlsx_fn = "./output.xlsx", process_data = TRUE)

About

Data tools for the Soil CMS

Resources

Stars

1 star

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages