Description Usage Arguments Value Examples
Download PubTator data via ftp.
1 | download_pt(pubtator_parent_path, ...)
|
pubtator_parent_path |
The path to the directory where the PubTator data folder will be created. |
... |
Additional arguments to dir.create and download.file. |
The path to the newly created directory. This can be passed to other functions as the pt_path argument.
1 2 3 4 | # Use the full path. The files are large. Writing somewhere other than the
# temp directory is recommended.
download_path <- tempdir()
download_pt(dowload_path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.