| Local | R Documentation | 
Local Class
new()Local$new(local, config = list(), host = NULL)
set_local()Local$set_local(raw)
parse()Local$parse(raw)
parse_comment()Local$parse_comment(raw)
parse_tag()Local$parse_tag(raw)
is_ascii()Local$is_ascii()
is_unicode()Local$is_unicode()
is_redacted()Local$is_redacted()
format()Local$format(form = self$config$config[["local_format"]] %||% "conventional")
to_s()Local$to_s()
conventional()Local$conventional()
canonical()Local$canonical()
relax()Local$relax()
standard()Local$standard()
munge()Local$munge()
valid()Local$valid( format = self$config$config[["local_format"]] %||% "conventional" )
valid_size()Local$valid_size()
valid_size_checks()Local$valid_size_checks(range)
valid_encoding()Local$valid_encoding( enc = self$config$config[["local_encoding"]] %||% "ascii" )
is_conventional()Local$is_conventional()
is_relaxed()Local$is_relaxed()
is_standard()Local$is_standard()
clone()The objects of this class are cloneable with this method.
Local$clone(deep = FALSE)
deepWhether to make a deep clone.
## Not run: 
host <- Host$new("gmail.com")
x <- Local$new("very.common", list(), host)
x
x$valid()
x$local
x$format()
x$munge()
x$error
x$error_message
x$config$config
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.