Update pull_R_packages.py

This commit is contained in:
akshaypalkritwar 2019-10-16 15:19:32 +05:30 committed by GitHub
parent 1e53107ef9
commit 3f860e17a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
from pyquery import PyQuery as pq
import urllib
import codecs
import random
text_file = codecs.open("Packages.txt", encoding='utf-8', mode="w")
d = pq(url='http://cran.r-project.org/web/views/MachineLearning.html',