freecodecamp.orgHow to Build a Local RAG App with Ollama and ChromaDB in the R Programming LanguageA Large Language Model (LLM) is a type of machine learning model that is trained to understand and generate human-like text. These models are trained on vast datasets to capture the nuances of human language, enabling them to generate coherent and co...Apr 14, 2025·21 min read
freecodecamp.orgWeb Scraping With RSelenium (Chrome Driver) and RvestWeb scraping lets you automatically extract data from websites, so you can store it in a structured format for later use. In this article, you'll explore how to use popular R libraries for web scraping to extract data from a website. The target websi...Mar 17, 2025·14 min read
freecodecamp.orgHow to Build a Weather App with R ShinyIn this tutorial, you’ll learn how to build a weather app in R. Really – a weather app, in R? Wait, hear me out. When you think of R, you probably imagine someone wearing chunky thick prescription glasses and devouring a book. You know, a statisticia...Dec 9, 2024·16 min read