write_sol_file | R Documentation |
Write the soil data file
write_sol_file(sol, path)
sol |
A |
path |
Path to write to. |
#' fpath_sol <- system.file("extdata", "071000090603_2.sol", package="WEPPR")
sol <- read_sol(fpath_sol)
write_sol(sol, "example.sol")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.