| gsynth.load | R Documentation |
Loads a previously saved Markov model. Auto-detects the format:
If file is a directory, reads the .gsm directory format
If file is a file, tries ZIP .gsm format first, then
falls back to legacy RDS format
gsynth.load(file)
file |
Path to the saved model (directory, .gsm zip, or legacy .rds) |
A gsynth.model object
gsynth.save, gsynth.train,
gsynth.convert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.