Description Usage Arguments Value Examples
This method calculates the md5 checksum for the specified file
1 | md5sum(filename)
|
filename |
is a qualified path to a file of interest |
character representation of md5sum
1 2 3 | seqsumFile <- system.file("extdata", "sequencing_summary.txt.bz2",
package = "nanopoRe")
md5sum(seqsumFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.