Learn R Programming

amp.dm (version 0.2.0)

get_log: Retrieve log objects

Description

Returns one or more dataframes with log information related to function like filterr, left_joinr, cmnt, srce and read_data

Usage

get_log()

Arguments

Value

a named list of dataframes

Author

Richard Hooijmaijers

Examples

Run this code
xldat <- readxl::readxl_example("datasets.xlsx")
xlin  <- read_data(xldat, comment="read test")
get_log()

Run the code above in your browser using DataLab