skbio.io.registry.write(self, obj, format, into, **kwargs)[source]¶Write obj as format into a file.
State: Stable as of 0.4.0.
| Parameters: | obj : object
format : str
into : openable (filepath, URL, filehandle, etc.)
kwargs : dict, optional
|
|---|---|
| Returns: | openable (filepath, URL, filehandle, etc.)
|
| Raises: | UnrecognizedFormatError
|