Tootfinder

Opt-in global Mastodon full text search. Join the index!

@EgorKotov@datasci.social
2025-04-03 11:50:01

A new experimental, but very simple #rstats package #rdocdump saves all package source code, documentation and vignettes into plain text file or into a string. Very useful for feeding into an LLM or tokenizing and setting up Retrieval-Augmented Generation workflow. Feel free to try it out. Caution: fu…

rdocdump R package logo
@EgorKotov@datasci.social
2025-04-25 10:21:48

I use my #rdocdump #rstats package myself very often to make sure LLM always has the most recent docs of an R package that I am using. In one line of code you get a text file with basically all package docs and vignettes. Not on