paste_repos: Retrieve git hbgd repository addresses from data store...

Description Usage Arguments Value Examples

Description

Copy URL of current data store explorer state on clipboard and function returns list of checked studies with their respective clone paths on the git repository.

Usage

1
paste_repos(con = "clipboard")

Arguments

con

character, contains URI address or 'clipboard' which reads the URI from system clipboard, Default: 'clipboard'

Value

data.frame

Examples

1
2
3
4
5
6
7
query='Country=BFA&Country=BGD&Country=BGD%2C+BRA%2C+IND%2C+NPL%2C+PER%2C+PAK%2C+ZAF%2C+TZA'
ghap_uri_base='http://hbgddatastoreserver-env.us-west-2.elasticbeanstalk.com/studies/explorer'
uri=sprintf('%s?%s',ghap_uri_base,query)
paste_repos(uri)

writeClipboard(uri)
paste_repos()

HBGDki/ghap documentation built on May 6, 2019, 9:45 p.m.