The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

remmy

CRAN status Lifecycle: experimental R-CMD-check Codecov test coverage

An HTTP API client for Lemmy in R.

Code and documentation are generated from the official JavaScript client source.

Lemmy version: 0.18.1

Installation

You can install the development version of remmy from GitHub with:

# install.packages("devtools")
devtools::install_github("long39ng/remmy")

Example

library(remmy)

example_comment <- lemmy_get_comment(546564)

example_comment$comment_view$comment$content
#> [1] "I am not by nature a sentimental person regarding software but I will truly miss RiF."

Acknowledgements

Source code generation was made possible by:

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.