{"id":2123,"date":"2023-07-23T14:29:43","date_gmt":"2023-07-23T14:29:43","guid":{"rendered":"https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/"},"modified":"2023-07-23T14:29:43","modified_gmt":"2023-07-23T14:29:43","slug":"dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af","status":"publish","type":"post","link":"https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/","title":{"rendered":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0623\u0639\u0645\u062f\u0629 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a r \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr"},"content":{"rendered":"<p><\/p>\n<hr>\n<p style=\";text-align:right;direction:rtl\"><span style=\"color: #000000;\">\u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062f\u0627\u0644\u0629 <strong>mutate()<\/strong> \u200e \u0644\u062d\u0632\u0645\u0629 dplyr \u0644\u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0648\u0627\u062d\u062f \u0623\u0648 \u0623\u0643\u062b\u0631 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R.<\/span><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u062a\u0633\u062a\u062e\u062f\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0628\u0646\u0627\u0621 \u0627\u0644\u062c\u0645\u0644\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a \u0627\u0644\u062a\u0627\u0644\u064a:<\/span><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0623\u0648\u0644\u0649: \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0641\u064a \u0646\u0647\u0627\u064a\u0629 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #000000;\">df %&gt;%\n<span style=\"color: #3366ff;\">mutate<\/span> (new_col=c(1, 3, 3, 5, 4))<\/span>\n<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629: \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0642\u0628\u0644 \u0639\u0645\u0648\u062f \u0645\u0639\u064a\u0646<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #000000;\">df %&gt;%\n<span style=\"color: #3366ff;\">mutate<\/span> (new_col=c(1, 3, 3, 5, 4),\n        .before=col_name)<\/span>\n<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062b\u0627\u0644\u062b\u0629: \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0628\u0639\u062f \u0639\u0645\u0648\u062f \u0645\u0639\u064a\u0646<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #000000;\">df %&gt;%\n<span style=\"color: #3366ff;\">mutate<\/span> (new_col=c(1, 3, 3, 5, 4),\n        .after=col_name)<\/span>\n<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0631\u0627\u0628\u0639\u0629: \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0623\u0639\u0645\u062f\u0629 \u0623\u062e\u0631\u0649<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>df %&gt;%\n<span style=\"color: #3366ff;\">mutate<\/span> (new_col= <span style=\"color: #3366ff;\">if_else<\/span> (.$col_name &gt; 10, ' <span style=\"color: #ff0000;\">A<\/span> ', ' <span style=\"color: #ff0000;\">B<\/span> '))\n<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u062a\u0648\u0636\u062d \u0627\u0644\u0623\u0645\u062b\u0644\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0643\u064a\u0641\u064a\u0629 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0646\u0627\u0621 \u0627\u0644\u062c\u0645\u0644\u0629 \u0647\u0630\u0627 \u0639\u0645\u0644\u064a\u064b\u0627 \u0645\u0639 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create data frame\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (team=c('A', 'A', 'A', 'A', 'B', 'B', 'B', 'B'),\n                 points=c(12, 14, 19, 24, 24, 22, 30, 9),\n                 assists=c(4, 6, 6, 8, 3, 7, 8, 11))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  team points assists\n1 to 12 4\n2 to 14 6\n3 To 19 6\n4 to 24 8\n5 B 24 3\n6 B 22 7\n7 B 30 8\n8 B 9 11\n<\/strong><\/pre>\n<h3 style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0645\u062b\u0627\u0644 1: \u0623\u0636\u0641 \u0639\u0645\u0648\u062f\u064b\u0627 \u0641\u064a \u0646\u0647\u0627\u064a\u0629 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a<\/strong><\/span><\/h3>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u064a\u0648\u0636\u062d \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0625\u0644\u0649 \u0646\u0647\u0627\u064a\u0629 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#add 'blocks' column at end of data frame\n<\/span>df &lt;- df %&gt;%\n        <span style=\"color: #3366ff;\">mutate<\/span> (blocks=c(1, 3, 3, 2, 4, 3, 6, 2))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  team points assists blocks\n1 to 12 4 1\n2 A 14 6 3\n3 A 19 6 3\n4 A 24 8 2\n5 B 24 3 4\n6 B 22 7 3\n7 B 30 8 6\n8 B 9 11 2<\/strong><\/span><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0644\u0627\u062d\u0638 \u0623\u0646\u0647 \u064a\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0641\u0627\u0631\u063a \u0628\u0628\u0633\u0627\u0637\u0629 \u0639\u0646 \u0637\u0631\u064a\u0642 \u062a\u0639\u064a\u064a\u0646 NA \u0644\u0643\u0644 \u0642\u064a\u0645\u0629 \u0641\u064a \u0627\u0644\u0639\u0645\u0648\u062f \u0627\u0644\u062c\u062f\u064a\u062f:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#add empty column at end of data frame\n<\/span>df &lt;- df %&gt;%\n        <span style=\"color: #3366ff;\">mutate<\/span> (blocks=NA)\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  team points assists blocks\n1 A 12 4 NA\n2 A 14 6 NA\n3 A 19 6 NA\n4 A 24 8 NA\n5 B 24 3 NA\n6 B 22 7 NA\n7 B 30 8 NA\n8 B 9 11 NA\n<\/strong><\/span><\/pre>\n<h3 style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0645\u062b\u0627\u0644 2: \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0642\u0628\u0644 \u0639\u0645\u0648\u062f \u0645\u0639\u064a\u0646<\/strong><\/span><\/h3>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u064a\u0648\u0636\u062d \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0642\u0628\u0644 \u0639\u0645\u0648\u062f \u0645\u0639\u064a\u0646 \u0641\u064a \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#add 'blocks' column before 'points' column\n<\/span>df &lt;- df %&gt;%\n        <span style=\"color: #3366ff;\">mutate<\/span> (blocks=c(1, 3, 3, 2, 4, 3, 6, 2),\n              .before=points)\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  team blocks points assists\n1 A 1 12 4\n2 to 3 14 6\n3 A 3 19 6\n4 A 2 24 8\n5 B 4 24 3\n6 B 3 22 7\n7 B 6 30 8\n8 B 2 9 11\n<\/strong><\/span><\/pre>\n<h3 style=\";text-align:right;direction:rtl\"> <strong>\u0645\u062b\u0627\u0644 3: \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0628\u0639\u062f \u0639\u0645\u0648\u062f \u0645\u0639\u064a\u0646<\/strong><\/h3>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u064a\u0648\u0636\u062d \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0628\u0639\u062f \u0639\u0645\u0648\u062f \u0645\u0639\u064a\u0646 \u0641\u064a \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#add 'blocks' column after 'points' column\n<\/span>df &lt;- df %&gt;%\n        <span style=\"color: #3366ff;\">mutate<\/span> (blocks=c(1, 3, 3, 2, 4, 3, 6, 2),\n              .after=points)\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  team points blocks assists\n1 to 12 1 4\n2 A 14 3 6\n3 A 19 3 6\n4 A 24 2 8\n5 B 24 4 3\n6 B 22 3 7\n7 B 30 6 8\n8 B 9 2 11\n<\/strong><\/span><\/pre>\n<h3 style=\";text-align:right;direction:rtl\"> <strong>\u0627\u0644\u0645\u062b\u0627\u0644 4: \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0623\u0639\u0645\u062f\u0629 \u0623\u062e\u0631\u0649<\/strong><\/h3>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u064a\u0648\u0636\u062d \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0639\u0645\u0648\u062f \u0622\u062e\u0631 \u0641\u064a \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#add 'status' column whose values depend on value in 'points' column\n<\/span>df &lt;- df %&gt;%\n        <span style=\"color: #3366ff;\">mutate<\/span> (status= <span style=\"color: #3366ff;\">if_else<\/span> (.$points &gt; 20, ' <span style=\"color: #ff0000;\">Good<\/span> ', ' <span style=\"color: #ff0000;\">Bad<\/span> '))\n\n<span style=\"color: #008080;\">#view data frame<\/span>\ndf\n\n  team points assists status\n1 A 12 4 Bad\n2 A 14 6 Bad\n3 A 19 6 Bad\n4 A 24 8 Good\n5 B 24 3 Good\n6 B 22 7 Good\n7 B 30 8 Good\n8 B 9 11 Bad\n<\/strong><\/pre>\n<h3 style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0645\u0635\u0627\u062f\u0631 \u0625\u0636\u0627\u0641\u064a\u0629<\/strong><\/span><\/h3>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u062a\u0634\u0631\u062d \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0643\u064a\u0641\u064a\u0629 \u062a\u0646\u0641\u064a\u0630 \u0648\u0638\u0627\u0626\u0641 \u0634\u0627\u0626\u0639\u0629 \u0623\u062e\u0631\u0649 \u0641\u064a dplyr:<\/span><\/p>\n<p style=\";text-align:right;direction:rtl\"> <a href=\"https:\/\/statorials.org\/ar\/dplyr-\u0627\u0655\u0639\u0627\u062f\u0629-\u062a\u0633\u0645\u064a\u0629-\u0627\u0644\u0639\u0645\u0648\u062f-\u062d\u0633\u0628-\u0627\u0644\u0641\u0647\u0631\u0633\/\" target=\"_blank\" rel=\"noopener\">\u0643\u064a\u0641\u064a\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0633\u0645\u064a\u0629 \u0639\u0645\u0648\u062f \u062d\u0633\u0628 \u0645\u0648\u0636\u0639 \u0627\u0644\u0641\u0647\u0631\u0633 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr<\/a><br \/> <a href=\"https:\/\/statorials.org\/ar\/dplyr-\u062a\u062d\u062f\u064a\u062f-\u0627\u0644\u0627\u0654\u0639\u0645\u062f\u0629-\u062d\u0633\u0628-\u0627\u0644\u0641\u0647\u0631\u0633\/\" target=\"_blank\" rel=\"noopener\">\u0643\u064a\u0641\u064a\u0629 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0623\u0639\u0645\u062f\u0629 \u062d\u0633\u0628 \u0627\u0644\u0641\u0647\u0631\u0633 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr<\/a><br \/> <a href=\"https:\/\/statorials.org\/ar\/dplyr-\u062d\u0630\u0641-\u0627\u0644\u062e\u0637\u0648\u0637\/\" target=\"_blank\" rel=\"noopener\">\u0643\u064a\u0641\u064a\u0629 \u062d\u0630\u0641 \u0627\u0644\u0635\u0641\u0648\u0641 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062f\u0627\u0644\u0629 mutate() \u200e \u0644\u062d\u0632\u0645\u0629 dplyr \u0644\u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0648\u0627\u062d\u062f \u0623\u0648 \u0623\u0643\u062b\u0631 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R. \u062a\u0633\u062a\u062e\u062f\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0628\u0646\u0627\u0621 \u0627\u0644\u062c\u0645\u0644\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a \u0627\u0644\u062a\u0627\u0644\u064a: \u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0623\u0648\u0644\u0649: \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0641\u064a \u0646\u0647\u0627\u064a\u0629 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a df %&gt;% mutate (new_col=c(1, 3, 3, 5, 4)) \u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629: \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0642\u0628\u0644 \u0639\u0645\u0648\u062f \u0645\u0639\u064a\u0646 df %&gt;% mutate (new_col=c(1, 3, 3, 5, 4), [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0623\u0639\u0645\u062f\u0629 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr - Statorials<\/title>\n<meta name=\"description\" content=\"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0648\u0638\u0627\u0626\u0641 \u0645\u0646 \u0627\u0644\u062d\u0632\u0645\u0629 dplyr\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u0623\u0645\u062b\u0644\u0629.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ar\/dplyr-\u0627\u0655\u0636\u0627\u0641\u0629-\u0639\u0645\u0648\u062f\/\" \/>\n<meta property=\"og:locale\" content=\"az_AZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0623\u0639\u0645\u062f\u0629 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr - Statorials\" \/>\n<meta property=\"og:description\" content=\"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0648\u0638\u0627\u0626\u0641 \u0645\u0646 \u0627\u0644\u062d\u0632\u0645\u0629 dplyr\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u0623\u0645\u062b\u0644\u0629.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ar\/dplyr-\u0627\u0655\u0636\u0627\u0641\u0629-\u0639\u0645\u0648\u062f\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-23T14:29:43+00:00\" \/>\n<meta name=\"author\" content=\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/\",\"url\":\"https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/\",\"name\":\"\u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0623\u0639\u0645\u062f\u0629 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ar\/#website\"},\"datePublished\":\"2023-07-23T14:29:43+00:00\",\"dateModified\":\"2023-07-23T14:29:43+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3\"},\"description\":\"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0648\u0638\u0627\u0626\u0641 \u0645\u0646 \u0627\u0644\u062d\u0632\u0645\u0629 dplyr\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u0623\u0645\u062b\u0644\u0629.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/#breadcrumb\"},\"inLanguage\":\"azb\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0628\u064a\u062a\",\"item\":\"https:\/\/statorials.org\/ar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0623\u0639\u0645\u062f\u0629 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a r \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ar\/#website\",\"url\":\"https:\/\/statorials.org\/ar\/\",\"name\":\"Statorials\",\"description\":\"\u062f\u0644\u064a\u0644\u0643 \u0644\u0645\u062d\u0648 \u0627\u0644\u0623\u0645\u064a\u0629 \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0629!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ar\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"azb\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3\",\"name\":\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"azb\",\"@id\":\"https:\/\/statorials.org\/ar\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\"},\"description\":\"\u0645\u0631\u062d\u0628\u064b\u0627\u060c \u0623\u0646\u0627 \u0628\u0646\u062c\u0627\u0645\u064a\u0646\u060c \u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u0625\u062d\u0635\u0627\u0621 \u0627\u0644\u0645\u062a\u0642\u0627\u0639\u062f \u0627\u0644\u0630\u064a \u062a\u062d\u0648\u0644 \u0625\u0644\u0649 \u0645\u062f\u0631\u0633 \u0645\u062a\u062e\u0635\u0635 \u0641\u064a Statorials. \u0628\u0641\u0636\u0644 \u062e\u0628\u0631\u062a\u064a \u0627\u0644\u0648\u0627\u0633\u0639\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0625\u062d\u0635\u0627\u0621\u060c \u0641\u0623\u0646\u0627 \u062d\u0631\u064a\u0635 \u0639\u0644\u0649 \u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0639\u0631\u0641\u062a\u064a \u0644\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u062e\u0644\u0627\u0644 Statorials. \u062a\u0639\u0631\u0641 \u0623\u0643\u062b\u0631\",\"sameAs\":[\"https:\/\/statorials.org\/ar\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0623\u0639\u0645\u062f\u0629 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr - Statorials","description":"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0648\u0638\u0627\u0626\u0641 \u0645\u0646 \u0627\u0644\u062d\u0632\u0645\u0629 dplyr\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u0623\u0645\u062b\u0644\u0629.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ar\/dplyr-\u0627\u0655\u0636\u0627\u0641\u0629-\u0639\u0645\u0648\u062f\/","og_locale":"az_AZ","og_type":"article","og_title":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0623\u0639\u0645\u062f\u0629 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr - Statorials","og_description":"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0648\u0638\u0627\u0626\u0641 \u0645\u0646 \u0627\u0644\u062d\u0632\u0645\u0629 dplyr\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u0623\u0645\u062b\u0644\u0629.","og_url":"https:\/\/statorials.org\/ar\/dplyr-\u0627\u0655\u0636\u0627\u0641\u0629-\u0639\u0645\u0648\u062f\/","og_site_name":"Statorials","article_published_time":"2023-07-23T14:29:43+00:00","author":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/","url":"https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/","name":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0623\u0639\u0645\u062f\u0629 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ar\/#website"},"datePublished":"2023-07-23T14:29:43+00:00","dateModified":"2023-07-23T14:29:43+00:00","author":{"@id":"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3"},"description":"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062f \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a R \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0648\u0638\u0627\u0626\u0641 \u0645\u0646 \u0627\u0644\u062d\u0632\u0645\u0629 dplyr\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u0623\u0645\u062b\u0644\u0629.","breadcrumb":{"@id":"https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/#breadcrumb"},"inLanguage":"azb","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ar\/dplyr-%d8%a7%d9%95%d8%b6%d8%a7%d9%81%d8%a9-%d8%b9%d9%85%d9%88%d8%af\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0628\u064a\u062a","item":"https:\/\/statorials.org\/ar\/"},{"@type":"ListItem","position":2,"name":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0623\u0639\u0645\u062f\u0629 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a r \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 dplyr"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ar\/#website","url":"https:\/\/statorials.org\/ar\/","name":"Statorials","description":"\u062f\u0644\u064a\u0644\u0643 \u0644\u0645\u062d\u0648 \u0627\u0644\u0623\u0645\u064a\u0629 \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0629!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ar\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"azb"},{"@type":"Person","@id":"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3","name":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646","image":{"@type":"ImageObject","inLanguage":"azb","@id":"https:\/\/statorials.org\/ar\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646"},"description":"\u0645\u0631\u062d\u0628\u064b\u0627\u060c \u0623\u0646\u0627 \u0628\u0646\u062c\u0627\u0645\u064a\u0646\u060c \u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u0625\u062d\u0635\u0627\u0621 \u0627\u0644\u0645\u062a\u0642\u0627\u0639\u062f \u0627\u0644\u0630\u064a \u062a\u062d\u0648\u0644 \u0625\u0644\u0649 \u0645\u062f\u0631\u0633 \u0645\u062a\u062e\u0635\u0635 \u0641\u064a Statorials. \u0628\u0641\u0636\u0644 \u062e\u0628\u0631\u062a\u064a \u0627\u0644\u0648\u0627\u0633\u0639\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0625\u062d\u0635\u0627\u0621\u060c \u0641\u0623\u0646\u0627 \u062d\u0631\u064a\u0635 \u0639\u0644\u0649 \u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0639\u0631\u0641\u062a\u064a \u0644\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u062e\u0644\u0627\u0644 Statorials. \u062a\u0639\u0631\u0641 \u0623\u0643\u062b\u0631","sameAs":["https:\/\/statorials.org\/ar"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/posts\/2123"}],"collection":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/comments?post=2123"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/posts\/2123\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/media?parent=2123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/categories?post=2123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/tags?post=2123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}