我正在尝试使用我在IMDB上抓取的2个数据构建一个数据帧:第一个有50个值,第二个只有29个。有一种简单的方法可以让R自动填充NA其他他找不到的21个值?
我的代码:
cmake -G "MinGW Makefiles" ../
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: D:/mingw/bin/gcc.exe
-- Check for working C compiler: D:/mingw/bin/gcc.exe -- broken
CMake Error at C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeTestCCompiler.cmake:51 (message):
The C compiler "D:/mingw/bin/gcc.exe" is not able to compile a simple test
program.
谢谢!
答案 0 :(得分:1)
您需要更改第四行。您希望metascore
包含与title
一样多的元素,NA
用于那些未列出title
的{{1}}元素。执行此操作的方法是提取metascore
节点,然后从每个节点中选择item-content
节点(如果存在),或ratings-metascore
节点(如果不存在)。有关NA
和?html_nodes
之间的区别,请参阅html_node
。我还添加了html_nodes
以确保只返回数字,而没有后面的单词'metascore'。
span