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.8")



Attach the package and use:
library("logr")
Maintained by
David Bosak
[Scholar Profile | Author Map]
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.8, https://cran.r-project.org/web/packages/logr. Accessed 29 Mar. 2025.
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), 1.3.8 (2024-05-09 17:20)
Other packages that cited logr R package
View logr citation profile
Other R packages that logr depends, imports, suggests or enhances
Complete documentation for logr
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for logr0100200300400500600700800900100011001200TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
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  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA