CoolFace
Datasetpublic

jusjinuk/r-manuals

R Programming Language Documentation This dataset contains the R programming language documentation, chunked using semantic parsing for pretraining language models. Updated: 2025-09-08 Loading from datasets import load_dataset ds = load_dataset("json", data_files={"train": "train.jsonl"}, split="train") Statistics Format: JSONL with single text field per line Chunking: Semantic structure-aware chunking Content: Official R documentation and… See the full description on the dataset page: https://huggingface.co/datasets/jusjinuk/r-manuals.

sourceHugging Faceotherupdated 1y agoView on Hugging Face
0likes21downloads
Dataset Card

R Programming Language Documentation

This dataset contains the R programming language documentation, chunked using semantic parsing for pretraining language models.

Updated: 2025-09-08

Loading

python
from datasets import load_dataset
ds = load_dataset("json", data_files={"train": "train.jsonl"}, split="train")

Statistics

  • —Format: JSONL with single text field per line
  • —Chunking: Semantic structure-aware chunking
  • —Content: Official R documentation and manuals