Runs the whole analysis process to update the site and Fugazetteer web app from the input data files.
Source:R/Repeatr_Updatr.R
Repeatr_Updatr.RdThis can take a while which is why the parameter "really" is "not_really" by default.
To run the full update: Repeatr_Updatr(really = "really")
Usage
Repeatr_Updatr(
really = "not_really",
min_song_count = 2,
update_stacks = FALSE,
myfls_data = NULL,
mysongvarslookup = NULL,
myreleases = NULL,
myfls_venue_geocoding = NULL,
myfls_tags = NULL,
input_dir = NULL,
output_dir = NULL
)Arguments
- really
set to "really" to actually run the update; any other value (the default, "not_really") does nothing.
- min_song_count
passed through to
Repeatr_2: minimum number of performances a song needs to compete as an alternative in the choice model. Default 2. Does not affectsongid/songidlookup, which cover every classified song regardless of this threshold.- update_stacks
if TRUE, the gid_initial_gid_sound_quality data will be refreshed by re-generating a set of stacks considering the full available set of relevant data.
optional data frame overrides passed straight through to
Repeatr_1. If omitted,Repeatr_1uses this package's owninst/extdata/sources - see its documentation for each.- input_dir
passed through to
Repeatr_2/Repeatr_5: where to write their output-export CSVs. If omitted, defaults to this package's owninst/extdata.- output_dir
passed through to every stage: where to save the rebuilt
data/*.rdaobjects. If omitted, defaults todata/under the current working directory.
Value
Invisibly, the list of results from the final Repeatr_5() call when really = "really"; NULL otherwise. The real effect is refreshing all of the package's data/*.rda objects in place, ready to be reinstalled.