英文: Subtracting values of a shared variable between two data frames with unequal size if their categ...
我可以重新编码一组列中的分数,基于与相关名称的另一组列上的分数吗?
英文: How can I recode scores in a set columns based on the scores on another set of columns with rela...
去掉所有距单词右边至少2个空格的数字和逗号。
英文: Get rid of all the numbers and commas that are at least 2 spaces to the right of the word 问题 Her...
从分组柱状图中删除Y轴。
英文: How to remove y-axis from grouped bar chart 问题 我想从我的图表中移除y轴。请查看下面的可重现代码。有没有办法做到这一点? data <- s...
在R中在两个字符串之间对文件列表进行子集化。
英文: Subset a List of Files between Two Strings in R 问题 我想要提取每个文件,介于两个日期之间(由"Nx."后面的数字指定)。 ...
获取具有更近期CRAN版本的软件包列表
英文: R get list of packages that have a more recent CRAN version 问题 我能够帮你翻译代码部分,请看下面: 如何获取一个包含所有在CRAN...
Subtracting after and before values of each sample for each numeric column in R
英文: Subtracting after and before values of each sample for each numeric column in R 问题 以下是翻译好的部分: 我有...
过滤具有缺失观测数据的重复数据。
英文: Filter repetitive data with missing observations 问题 I have translated the code part as requested...
如何在R中将XML中的字典解嵌套?
英文: How to unnest a dictionary from XML in R? 问题 我正在尝试将此 XML 转换为 R 中的数据框: https://d396qusza40orc.clo...
使用R的shinyalert在循环中填充数据。
英文: Using R shinyalert to fill in data in a loop 问题 I am trying to run a shiny app which makes it po...
298