kb_read_file: Read a resource (file) from a Keybase public folder

View source: R/import.r

kb_read_fileR Documentation

Read a resource (file) from a Keybase public folder

Description

Read a resource (file) from a Keybase public folder

Usage

kb_read_file(user, path)

Arguments

user

Keybase user ID or a keybase.pub URL

path

path of resource (file) to read (relative from the top level of the public folder). If user is a URL this parameter is ignored.

Value

the imported object (see rio::import)

Examples

kb_list_files("hrbrmstr", "data")
kb_read_file("hrbrmstr", "data/mtcars.csv")

hrbrmstr/keybase documentation built on May 16, 2022, 6:58 a.m.