Nothing
Code
write_xpt(df, p)
Condition
Error in `write_xpt()`:
! Column `F` is a factor.
i Convert it with `as.character()` before writing.
Code
out <- write_xpt(x, f)
Condition
Warning in `write_xpt()`:
Widened 1 column past the declared spec length: "INVNAM (6 -> 8)".
i Values need more bytes than the spec length; data was kept whole.
i Update the spec length, or shorten the data, so the file matches its declared metadata.
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.