Nothing
#' @export
seed_imbib <- function(wt_of_seed_after_imbib, initial_wt_of_seed){
seed_imbib_percent = ((wt_of_seed_after_imbib - initial_wt_of_seed)/initial_wt_of_seed)*100
return(seed_imbib_percent)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.