Description Usage Arguments Value
write_sdf
can write the output of combine_sdf
into an SDF file.
The function is a wrapper for write.table
with settings adjusted
for valid SDF files.
The path passed to the function does not have to be suffixed with
".SDF". The function will append the correct file suffix.
1 | write_sdf(sdf, path)
|
sdf |
The SDF as a data frame. Accepts the output data frame
from |
path |
The file path for the SDF. If it does not end with ".SDF", the appropriate file suffix will be applied. |
A data frame in the format of an SDF.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.