getSummary: Downloads an S3 directory of Serratus .summary files to local...

View source: R/getSummary.R

getSummaryR Documentation

Downloads an S3 directory of Serratus .summary files to local filesystem. There is an implicit 'aws cli' dependency here Your system should have 'aws s3' properly configured for this function to work.

Description

Downloads an S3 directory of Serratus .summary files to local filesystem. There is an implicit 'aws cli' dependency here Your system should have 'aws s3' properly configured for this function to work.

Usage

getSummary(s3_path, local_path)

Arguments

s3_path

a string s3 path holding .summary files

local_path

local path into which to download the data

Examples

getSummary( s3_path = 's3://lovelywater2/summary/',
            local_path = '200528_viro')

serratus-bio/tantalus documentation built on March 29, 2023, 9:39 p.m.