Other packages > Find by keyword >

logr  

Creates Log Files
View on CRAN: Click here


Download and install logr package within the R console
Install from CRAN:
install.packages("logr")

Install from Github:
library("remotes")
install_github("cran/logr")

Install by package version:
library("remotes")
install_version("logr", "1.3.7")



Attach the package and use:
library("logr")
Maintained by
David Bosak
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-07-01
Latest Update: 2023-06-25
Description:
Contains functions to help create log files. The package aims to overcome the difficulty of the base R sink() command. The log_print() function will print to both the console and the file log, without interfering in other write operations.
How to cite:
David Bosak (2020). logr: Creates Log Files. R package version 1.3.7, https://cran.r-project.org/web/packages/logr
Previous versions and publish date:
1.0.3 (2020-07-01 10:50), 1.0.4 (2020-07-05 00:20), 1.0.5 (2020-07-07 15:00), 1.1.0 (2020-08-10 17:30), 1.1.1 (2020-10-10 07:00), 1.2.1 (2021-01-06 15:50), 1.2.3 (2021-05-15 14:40), 1.2.4 (2021-06-16 16:30), 1.2.5 (2021-07-30 07:00), 1.2.6 (2021-10-04 14:50), 1.2.7 (2021-11-16 17:10), 1.2.8 (2022-01-14 04:32), 1.2.9 (2022-03-08 17:10), 1.3.0 (2022-04-22 22:30), 1.3.1 (2022-06-21 17:30), 1.3.2 (2022-08-06 00:40), 1.3.3 (2022-09-06 14:10), 1.3.4 (2023-06-25 18:10), 1.3.5 (2023-11-09 19:10), 1.3.6 (2024-02-24 23:10), 1.3.7 (2024-04-08 04:12)
Other packages that cited logr R package
View logr citation profile
Other R packages that logr depends, imports, suggests or enhances
Functions, R codes and Examples using the logr R package
Some associated functions: log_close . log_code . log_open . log_path . log_print . log_status . logr . 
Some associated R codes: logr.R . supplements.R . unicode.R . utilities.R .  Full logr package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns