The case_info function returns a link to the opinion text on CourtListener given the opinion id (NOT the cluster id).
In [ ]:
# change this to your repo directory
repo_directory = '/Users/iaincarmichael/Dropbox/Research/law/law-net/'
In [1]:
import sys
sys.path.append(repo_directory + 'code/')
from helpful_functions import case_info
In [2]:
case_info(107423)