Skip to content

R wrapper package for the Roam Research Backend API (beta)

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

kleinlennart/roamR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0357a9 · Dec 10, 2022

History

13 Commits
Dec 10, 2022
Dec 10, 2022
Nov 20, 2022
Oct 14, 2022
Dec 10, 2022
Dec 10, 2022
Dec 10, 2022
Oct 14, 2022
Oct 14, 2022
Nov 1, 2022
Nov 20, 2022
Nov 20, 2022
Dec 10, 2022
Oct 14, 2022

Repository files navigation

roamR

The R wrapper package for the Roam Backend API (beta)!!

Installation

You can install the development version of roamR with:

# install.packages("devtools")
devtools::install_github("kleinlennart/roamR")

API Key

See https://roamresearch.com/#/app/developer-documentation/page/W4Po8pcHQ on how to get your API Key.

As of now, you have to sign in here to export it: https://relemma-git-feat-frontdesk.roamresearch.com/#/app

Example

library(roamR)

# set credentials
Sys.setenv(ROAM_GRAPH = "<YOUR-GRAPH-NAME>")
Sys.setenv(ROAM_API_KEY = "<YOUR-API-KEY>")

# get all pages in the graph as a tibble 
pages <- roam_q(query = "[:find ?p ?title :where [?p :node/title ?title]]", 
                set_names = FALSE)

About

R wrapper package for the Roam Research Backend API (beta)

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages