load_statcast | R Documentation |
This function load a statcast data object (sc
) from the specified location (input
)
load_statcast(input)
input |
PATH to .csv or .RDS file generated by |
This function will load statcast data from disk (which was previously stored using save_statcast()
). To get new statcast data, use fetch_statcast()
A statcast object
[save_statcast()], [fetch_statcast()]
sc <- load_statcast('sc_file.csv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.