Publications by Obinna Obianom,rpkg.net
Towards Streamlined Scientific Reporting: Rmarkdown and Shiny Templates for Scientists
The New Scientific Report Rmarkdown Theme Example An implementation in R Markdown Obinna Obianom (https://github.com/oobianom/scientific) 2024-01-01 Executive Summary Fusce id velit ut tortor pretium viverra. Lectus urna duis convallis convallis tellus id interdum. Erat imperdiet sed euismod nisi porta lorem. Sed viverra tellus i...
13044 sym R (2554 sym/39 pcs) 14 img 4 tbl
scientific R package, scientific report made easy
The New Scientific Report Theme Example An implementation in R Markdown Obinna Obianom (https://github.com/oobianom/scientific) 2023-12-18 Executive Summary Fusce id velit ut tortor pretium viverra. Lectus urna duis convallis convallis tellus id interdum. Erat imperdiet sed euismod nisi porta lorem. Sed viverra tellus in hac habi...
13011 sym R (1736 sym/27 pcs) 14 img 4 tbl
Discovered the ShinyAppStore Platform for Shiny Apps
What is the shinyappstore and why is it out there??? Welcome to ShinyAppStore, the premier platform for showcasing and utilizing a wide range of Shiny applications developed with the Shiny R package. Whether you’re interested in submitting your own R Shiny applications or exploring applications from various categories, you’ve come to the ri...
1578 sym 2 img
R Visualize countries, currencies and population of the world using r2country
The What In this tutorial, we are going to combine the power of 3 R packages to create a nice visual for countries by their respective continents and their capitals. Packages used quickcode - clear environment and load required packages, as well as provide useful functions r2country - various datasets for continents, countries, capital...
966 sym
Download random HD images from various unsplash.com categories in R using the Quickcode package
# install quickcode if not available # install.packages(quickcode) # load quickcode library library(quickcode) #clean() #clear the environment # let's load the r2resize to provide toolbars for the image resizing library(r2resize) add.resizer(line.color = "brown", line.height = "3", default.image.width = "30%") Download 3 random images fro...
821 sym R (826 sym/7 pcs) 9 img
Quickcode R package - New emerging function to add to every R script
Known as the NOT functions package and a bunch of some simple quick plus often used R functions You should definitely Install first install.packages("quickcode") # or remotes::install_github("oobianom/quickcode") 30+ great R functions to add to your scripts! Featured function Add one-line code in your R script to clear environment, clear c...
508 sym Python (2197 sym/14 pcs) 1 img
Easily resize images and table within your Rmarkdown and Quarto document
install.packages(r2resize) library(r2resize) add.resizer() Plots Images generated by knitr are saved in a figures folder. However, they also appear to be represented in the HTML output using a data URI scheme. This means that you can paste the HTML into a blog post or discussion forum and you don’t have to worry about finding a place to ...
4976 sym R (897 sym/12 pcs) 5 img 2 tbl
Top Frequently asked interview questions in R using the r2resize package
library(r2resize) Example - r2resize::splitCard2( "Question Text", "Answer Text", bg.right.color = "black", bg.left.color = "brown", text.left.color = "white", text.right.color = "white", slider.position = "85" ) FAQ Number 10 Question Let's begin with a simply curiousity. Do you consider yourself successful? Answer I do co...
4160 sym R (223 sym/2 pcs) 1 img
Fantastically better R package for adding equations images or LaTeX or symbols in Rmarkdown
The R package It is called symbol.equation.gpt It is hosted in CRAN: https://cran.r-project.org/web/packages/symbol.equation.gpt/index.html It is a really easy to use user interface, with just few clicks to prepare your equation and convert to Rmarkdown. Really cool. install.packages("symbol.equation.gpt") library("symbol.equation.gpt") # Start u...
343 sym R (155 sym/1 pcs) 2 img
chatGPT got nothing on symbol.equation.gpt R package
Allows easy insertion of symbols and letters Build equations and translate to LaTeX in one click Project https://github.com/oobianom/symbol.equation.gpt https://cran.r-project.org/web/packages/symbol.equation.gpt/index.html...
239 sym 2 img