#' @title Get Restart Code
#' @description Provides an R interface to Fortran function fvsGetRestartcode.
#'
#' @return The FVS restart codes (integer).
#' @export
fvsGetRestartcode <- function() {
.Fortran("fvsGetRestartCode", as.integer(0))[[1]]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.