unquitte | R Documentation |
Remove quitte class atribute
unquitte(x)
x |
Any object. |
x
, with the quitte
class attribute removed (if any).
quitte_example_data |> class()
quitte_example_data |> unquitte() |> class()
mtcars |> class()
mtcars |> unquitte() |> class()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.