daroczig / daroczig/Mastering-Data-Analysis-with-R

Chapter 2 - Line 35 code does not work now

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
R
Stars
34
Forks
26
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.