hugo_share_secret: Encrypt and share any object

Description Usage Arguments Value Functions Author(s) Examples

Description

Encrypt and share R objects on github using hugo_share_object.

Usage

1
2
3
hugo_share_secret(object, passphrase)

hugo_get_secret(user, repo_name, object_name, passphrase)

Arguments

object

object to share

passphrase

object will be encrypted using provided passphrase

user

Github user name, to construct proper url to repository.

repo_name

Name of github repository, also used to construct url.

object_name

Name of the object you want to download.

Value

Please check Functions section.

Functions

Author(s)

Kamil Romaszko

Examples

1
2
3
4
5
6
7
## Not run: 
get_string <- hugo_share_secret(iris, "secret")

#Fetch object from github using returned command
eval(parse(text=get_string))

## End(Not run)

pbiecek/hugo documentation built on May 12, 2019, 6:24 p.m.