get_last_timestamp: get_last_timestamp

View source: R/api_helpers.R

get_last_timestampR Documentation

get_last_timestamp

Description

get_last_timestamp

Usage

get_last_timestamp(scrobbles_df, timestamp_column)

Arguments

scrobbles_df

A dataframe output of 'download_scrobbles'

timestamp_column

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

Value

Numeric vector

Examples

## Not run: 
get_last_timestamp(mydata, 'date_unix')

## End(Not run)

scrobbler documentation built on Oct. 15, 2023, 9:06 a.m.