Nothing
An HTTP API client for Lemmy in R.
Code and documentation are generated from the official JavaScript client source.
Lemmy version: 0.18.1
You can install the development version of remmy from GitHub with:
# install.packages("devtools")
devtools::install_github("long39ng/remmy")
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."
Source code generation was made possible by:
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.