ft_save | R Documentation |
Write a previously saved model from file.
ft_save(model, file, what = c("model", "vectors", "output"))
model |
an object inheriting from |
file |
a character string giving the name of the file. |
what |
a character string giving what should be saved. |
## Not run:
ft_save(model, "my_model.bin", what = "model")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.