daroczig / daroczig/Mastering-Data-Analysis-with-R
Chapter 2 - Line 35 code does not work now
Abierto
- Lenguaje dominante
- R
- Estrellas
- 34
- Forks
- 26
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Line 35: df <- read.csv(text = getURL('https://data.consumerfinance.gov/api/views/x94z-ydhh/rows.csv?accessType=DOWNLOAD'))
The result is:
{
"code" : "not_found",
"error" : true,
"message" : "Cannot find view with id x94z-ydhh"
}
I find that I need to replace the link with below
https://data.consumerfinance.gov/views/s6ew-h6mp/rows.csv?accessType=DOWNLOAD
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.