Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 680 Bytes

File metadata and controls

29 lines (16 loc) · 680 Bytes

pray

The goal of pray is to display ASCII art of objects for prayer in the R console. This package currently includes a function to display a Shinto shrine as ASCII art, providing a unique and visually interesting way to bring symbolic representations to the console.

Installation

You can install the development version of pray from GitHub with:

# install.packages("pak")
pak::pak("YutoriSpine/pray")

Example

This is a basic example which shows you how to solve a common problem:

library(pray)

# Display the Shinto shrine ASCII art in the console
shinto()