View source: R/query_s3_file.R
query_s3_file | R Documentation |
This function really should not be needed. But damn. This will do a final check that the data in the s3 staging directory is loadable in R and return the md5 sum of the file. Thus the md5 sum may be added to the metadata.
query_s3_file(row, file_type = "OrgDb", file_column = "OrgdbFile")
row |
Metadata row to query. |
file_type |
Currently I have 3 file types of interest. |
file_column |
Name of the column with the locations of the files of interest. |
MD5 checksum of the resulting file, or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.