| format_get | R Documentation |
Returns a format or invalue object by name. Used when you need the object
(e.g. for fput_df or fexport) rather than
applying by name with fput, fputn, or
fputc.
format_get(name)
name |
Character. Name of a registered format or invalue. |
A ks_format or ks_invalue object.
fnew("M" = "Male", "F" = "Female", name = "sex")
sex_fmt <- format_get("sex")
fput_df(data.frame(sex = c("M", "F")), sex = sex_fmt)
fclear()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.