Nothing
context("generateS3MethodSignature")
o <- generateS3MethodSignature('opfun', 'zorg', c('x_n', 'z_f'))
test_that("generateS3MethodSignature", {
expect_length(o, 1L)
expect_equal(o, "\\method{opfun}{zorg}(x_n, z_f)")
})
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.