Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2
dbosak01/logr
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
There are already several logging packages for R. Why create another one?
Because the other logging packages all have something in common: they were builtforR package developers.
What is different about thelogr package isthat it is built fornormal R users: statisticians, analysts, researchers,students, teachers, business people, etc.
Thelogr package is for those people who just need a written record of theirprogram execution. It is designed to be as simple as possible, yet stillproduce a useful and complete log.
There are only three steps to creating alogr log:
- Open the log
- Print to the log
- Close the log
Now this a logging system that anyone can use!
The easiest way to install thelogr package is to run the followingcommand from your R console:
install.packages("logr")Then put the following line at the top of your script:
library(logr)For examples and usageinformation, please visit thelogr documentation sitehere
For a quick, high-level introduction to thelogr package, please see thefollowing video:
More information about the package is available on theGetting Started page, andcomplete documentation can be found at theFunction Reference.
If you need help, the first placeto turn to is thelogr web site.
If you want to look at the code for thelogr package, visit thegithub pagehere.
If you encounter a bug or have a feature request, please submit an issuehere.
Thelogr package is part of thesassy meta-package.Thesassy meta-package includes several packages that help make Reasier for SAS® programmers. You can read more about thesassy packagehere.
About
An R package to write logs.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.

