Description Usage Arguments Details See Also
Extract information from an object of class gcod_db
, as produced
by get_athlete_ids()
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | read_workouts(object, ...)
n_ids(object, ...)
min_size(object, ...)
max_size(object, ...)
total_size(object, ...)
mean_size(object, ...)
local_path(object, ...)
remote_perspective(object, ...)
local_perspective(object, ...)
athlete_id(object, ...)
rebuild_db(object, ...)
## S3 method for class 'gcod_db'
n_ids(object, perspective = "remote", ...)
## S3 method for class 'gcod_db'
min_size(object, perspective = "remote", ...)
## S3 method for class 'gcod_db'
max_size(object, perspective = "remote", ...)
## S3 method for class 'gcod_db'
total_size(object, perspective = "remote", ...)
## S3 method for class 'gcod_db'
mean_size(object, perspective = "remote", ...)
## S3 method for class 'gcod_db'
local_path(object, ...)
## S3 method for class 'gcod_db'
remote_perspective(object, ...)
## S3 method for class 'gcod_db'
local_perspective(object, ...)
## S3 method for class 'gcod_db'
athlete_id(object, perspective = "remote", ...)
|
object |
an object of class |
... |
currently not used. |
perspective |
either |
File sizes from the min_size()
, max_size()
, total_size()
,
mean_size()
extractors are reported in bytes but inherit from
class object_size
. So, format.object_size()
can be used
directly for pretty units, etc.
local_path()
extracts the local paths from the gcod_db
file.
remote_perspective(object)
and local_perspective(object)
are equivalent to
object$remote_db
and object$local_db
, respectively.
n_ids()
returns the number of athlete ids in the specified
perspective, and athlete_id()
the athlete IDs themselves.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.