Nothing
test_that("searchReplace", {
model <- readModelDb("PK_1cmt")
expect_equal(
functionBody(
searchReplace(model, find = "lka", replace = "lka + etalka")
)[[4]][[2]][[2]],
str2lang("ka <- exp(lka + etalka)")
)
})
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.