GithubHelp home page GithubHelp logo

hrr's Introduction

hrr Analytics

Horizontal rule for R language.

Why?

Because the horizontal rules are the easiest way to split your output into blocks.

Inspired by hr for bash.

Installation

You can install hrr via CRAN.

E.g.,

install.packages('hrr', repos='http://cran.r-project.org')

Otherwise, if you prefer, you can install it via devtools package (link).

library(devtools)
install_github('hrr', username = 'leodido')

How to use it?

Load it.

library(hrr)

Simply call the hr() function.

It will print the the default symbol (i.e., #) till the end of your terminal window.

hr()
#################################### ...

Or define your own symbol.

hr('*')
************************************ ...

You can also make beautiful ASCII patterns.

hr('-', '#', '-')
------------------------------------
####################################
------------------------------------

hr('-#-', '-', '-#-')
-#--#--#--#--#--#--#--#--#--#--#--#-
------------------------------------
-#--#--#--#--#--#--#--#--#--#--#--#-

From the command-line:

TODO

Requirements

The only requirement is the R language (tested in version 3.0.*).

License

This package is released under the terms of the MIT license.

hrr's People

Contributors

leodido avatar

Stargazers

Andy Kipp avatar

Watchers

 avatar James Cloos avatar  avatar

hrr's Issues

Bug with empty string parameter

Error:

Errore in rep_len(symbol, repeat_count) : valore 'length.out' non valido
Inoltre: Warning message:
In FUN(X[[1L]], ...) : si è prodotto un NA per coercizione

Reproduce:

library(hrr)
hr('')

Fix detected terminal width (i.e., columns)

Log:

stty: stdin isn't a terminal
Warning: running command 'stty -a' had status 1
Error in rep_len(symbol, repeat_count) : invalid 'length.out' value
Calls: hr -> sapply -> lapply -> FUN -> paste -> rep_len

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.