#' Convert flow from cfs to cms
#'
#' @param flow_cfs flow in cubic feet per second
#' @return \code{flow_cfs} in cubic meters per second
#' @export
cfs_to_cms <- function(flow_cfs) {
flow_cfs * 0.028316847
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.