Learn R Programming

scrobbler (version 1.0.3)

get_last_timestamp: get_last_timestamp

Description

get_last_timestamp

Usage

get_last_timestamp(scrobbles_df, timestamp_column)

Value

Numeric vector

Arguments

scrobbles_df

A dataframe output of `download_scrobbles`

timestamp_column

The column in `scrobbles_df` that corresponds to the `date_unix` column

Examples

Run this code
if (FALSE) {
get_last_timestamp(mydata, 'date_unix')
}

Run the code above in your browser using DataLab