{"id":1381,"date":"2023-07-26T14:55:47","date_gmt":"2023-07-26T14:55:47","guid":{"rendered":"https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/"},"modified":"2023-07-26T14:55:47","modified_gmt":"2023-07-26T14:55:47","slug":"ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/","title":{"rendered":"R\uc5d0\uc11c \uc911\ucca9\ub41c if else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\uae30\ubcf8 R\uc758 <a href=\"https:\/\/www.rdocumentation.org\/packages\/base\/versions\/3.6.2\/topics\/ifelse\" target=\"_blank\" rel=\"noopener\">ifelse()<\/a> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ube60\ub978 if-else \ubb38\uc744 \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>ifelse(\ud14c\uc2a4\ud2b8, \uc608, \uc544\ub2c8\uc624)<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uae08:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>\ud14c\uc2a4\ud2b8:<\/strong> \ub17c\ub9ac \ud14c\uc2a4\ud2b8<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>yes:<\/strong> \ub17c\ub9ac \ud14c\uc2a4\ud2b8\uac00 True\uc778 \uacbd\uc6b0 \ubc18\ud658\ud560 \uac12<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>no:<\/strong> \ub17c\ub9ac \ud14c\uc2a4\ud2b8\uac00 False\uc778 \uacbd\uc6b0 \ubc18\ud658\ud560 \uac12<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e4\uc74c \ub370\uc774\ud130 \ud504\ub808\uc784\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc774 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec R\uc5d0\uc11c if else \ubb38\uacfc \uc911\ucca9\ub41c if else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create data frame<\/span>\ndf &lt;- data.frame(team = c('A', 'A', 'B', 'B', 'B', 'C', 'D'),\n                 points = c(4, 7, 8, 8, 8, 9, 12),\n                 rebounds = c(3, 3, 4, 4, 6, 7, 7))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  team points rebounds\n1 to 4 3\n2 to 7 3\n3 B 8 4\n4 B 8 4\n5 B 8 6\n6 C 9 7\n7 D 12 7<\/strong><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>\uc608\uc81c 1: \uae30\ubcf8 If Else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 &#8220;\ud300&#8221; \uc5f4\uc758 \uac12\uc744 \uae30\ubc18\uc73c\ub85c \ud558\ub294 \uac12\uc744 \uac16\ub294 \ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0\uc11c \uc0c8 \uc5f4\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create new column in data frame\n<\/span>df$rating &lt;- <span style=\"color: #3366ff;\">ifelse<\/span> (df$team <span style=\"color: #993300;\">==<\/span> ' <span style=\"color: #008000;\">A<\/span> ', ' <span style=\"color: #008000;\">great<\/span> ', ' <span style=\"color: #008000;\">bad<\/span> ')\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  team points rebounds rating\n1 A 4 3 great\n2 A 7 3 great\n3 B 8 4 bad\n4 B 8 4 bad\n5 B 8 6 bad\n6 C 9 7 bad\n7 D 12 7 bad\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \uac04\ub2e8\ud55c ifel \ubb38\uc740 R\uc5d0\uac8c \ub2e4\uc74c\uc744 \uc218\ud589\ud558\ub3c4\ub85d \uc9c0\uc2dc\ud569\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\ud300 \uc5f4\uc758 \uac12\uc774 &#8220;A&#8221;\uc778 \uacbd\uc6b0 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c &#8220;\ud6cc\ub96d\ud568&#8221; \ub4f1\uae09\uc744 \ubd80\uc5ec\ud569\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uadf8\ub807\uc9c0 \uc54a\uc73c\uba74 &#8220;\uac00\ub09c\ud55c&#8221; \ud50c\ub808\uc774\uc5b4\ub97c \ub193\uce58\uac8c \ub429\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<h3> <span style=\"color: #000000;\"><strong>\uc608\uc81c 2: \uc911\ucca9\ub41c If Else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \uc911\ucca9\ub41c if else \ubb38\uc744 \uc791\uc131\ud558\uc5ec \ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \uc0c8 \uc5f4\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create new column in data frame\n<\/span>df$rating &lt;- <span style=\"color: #3366ff;\">ifelse<\/span> (df$team <span style=\"color: #993300;\">==<\/span> ' <span style=\"color: #008000;\">A<\/span> ', ' <span style=\"color: #008000;\">great<\/span> ',\n               <span style=\"color: #3366ff;\">ifelse<\/span> (df$team <span style=\"color: #993300;\">==<\/span> ' <span style=\"color: #008000;\">B<\/span> ', ' <span style=\"color: #008000;\">OK<\/span> ', ' <span style=\"color: #008000;\">bad<\/span> '))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  team points rebounds rating\n1 A 4 3 great\n2 A 7 3 great\n3 B 8 4 OK\n4 B 8 4 OK\n5 B 8 6 OK\n6 C 9 7 bad\n7 D 12 7 bad\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \uc911\ucca9\ub41c ifelse \ubb38\uc740 R\uc5d0\uac8c \ub2e4\uc74c\uc744 \uc218\ud589\ud558\ub3c4\ub85d \uc9c0\uc2dc\ud569\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\ud300 \uc5f4\uc758 \uac12\uc774 &#8220;A&#8221;\uc778 \uacbd\uc6b0 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c &#8220;\ud6cc\ub96d\ud568&#8221; \ub4f1\uae09\uc744 \ubd80\uc5ec\ud569\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uadf8\ub807\uc9c0 \uc54a\uace0 \ud300 \uc5f4\uc758 \uac12\uc774 &#8220;B&#8221;\uc774\uba74 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c &#8220;OK&#8221; \ub4f1\uae09\uc744 \ubd80\uc5ec\ud569\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uadf8\ub807\uc9c0 \uc54a\uc73c\uba74 &#8220;\uac00\ub09c\ud55c&#8221; \ud50c\ub808\uc774\uc5b4\ub97c \ub193\uce58\uac8c \ub429\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<h3> <span style=\"color: #000000;\"><strong>\uc608\uc81c 3: \ub354 \uae34 \uc911\ucca9 If Else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \ub354 \uae34 \uc911\ucca9 if else \ubb38\uc744 \uc791\uc131\ud558\uc5ec \ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \uc0c8 \uc5f4\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create new column in data frame\n<\/span>df$rating &lt;- <span style=\"color: #3366ff;\">ifelse<\/span> (df$team <span style=\"color: #993300;\">==<\/span> ' <span style=\"color: #008000;\">A<\/span> ', ' <span style=\"color: #008000;\">great<\/span> ',\n               <span style=\"color: #3366ff;\">ifelse<\/span> (df$team <span style=\"color: #993300;\">==<\/span> ' <span style=\"color: #008000;\">B<\/span> ', ' <span style=\"color: #008000;\">OK<\/span> ',\n                 <span style=\"color: #3366ff;\">ifelse<\/span> (df$team <span style=\"color: #993300;\">==<\/span> ' <span style=\"color: #008000;\">C<\/span> ', ' <span style=\"color: #008000;\">decent<\/span> ', ' <span style=\"color: #008000;\">bad<\/span> ')))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  team points rebounds rating\n1 A 4 3 great\n2 A 7 3 great\n3 B 8 4 OK\n4 B 8 4 OK\n5 B 8 6 OK\n6 C 9 7 decent\n7 D 12 7 bad\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \uc911\ucca9\ub41c ifelse \ubb38\uc740 R\uc5d0\uac8c \ub2e4\uc74c\uc744 \uc218\ud589\ud558\ub3c4\ub85d \uc9c0\uc2dc\ud569\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\ud300 \uc5f4\uc758 \uac12\uc774 &#8220;A&#8221;\uc778 \uacbd\uc6b0 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c &#8220;\ud6cc\ub96d\ud568&#8221; \ub4f1\uae09\uc744 \ubd80\uc5ec\ud569\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uadf8\ub807\uc9c0 \uc54a\uace0 \ud300 \uc5f4\uc758 \uac12\uc774 &#8220;B&#8221;\uc774\uba74 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c &#8220;OK&#8221; \ub4f1\uae09\uc744 \ubd80\uc5ec\ud569\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uadf8\ub807\uc9c0 \uc54a\uace0 \ud300 \uc5f4\uc758 \uac12\uc774 &#8220;C&#8221;\uc774\uba74 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c &#8220;\ubcf4\ud1b5&#8221; \ub4f1\uae09\uc744 \ubd80\uc5ec\ud569\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uadf8\ub807\uc9c0 \uc54a\uc73c\uba74 &#8220;\uac00\ub09c\ud55c&#8221; \ud50c\ub808\uc774\uc5b4\ub97c \ub193\uce58\uac8c \ub429\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uc774 \uc815\ud655\ud55c \ud328\ud134\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc6d0\ud558\ub294 \ub9cc\ud07c \uc911\ucca9\ub41c ifelse \ubb38\uc744 \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/ko\/\u1110\u1169\u11bc\u1100\u1168\u1112\u1161\u11a8\u110b\u1173\u11ab-\u1100\u1161\u11ab\u1103\u1161\u11ab\u1112\u1161\u1100\u1169-\u110c\u1175\u11a8\u110c\u1165\u11b8\u110c\u1165\u11a8\u110b\u1175\u11ab-\u1107\u1161\u11bc\u1107\u1165\u11b8\u110b\u1173\u1105\u1169-\u1100\u1162\u1102\u1167\u11b7\u110b\u1173\u11af-\u1109\u1165\u11af\u1106\u1167\u11bc\u1112\u1161\u1106\u1173\u1105\u1169-\u1110\u1169\u11bc\u1100\u1168\u1105\u1173\u11af-\u1103\u1165-\u1109\u1171\u11b8\u1100\u1166-\u1107\u1162\u110b\u116e\u11af-\u1109\u116e-\u110b\u1175\u11bb\u1109\u1173\u11b8\u1102\u1175\u1103\u1161.\/\" target=\"_blank\" rel=\"noopener\">\uc5ec\uae30\uc5d0\uc11c<\/a> \ub354 \ub9ce\uc740 R \ud29c\ud1a0\ub9ac\uc5bc\uc744 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uae30\ubcf8 R\uc758 ifelse() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ube60\ub978 if-else \ubb38\uc744 \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. ifelse(\ud14c\uc2a4\ud2b8, \uc608, \uc544\ub2c8\uc624) \uae08: \ud14c\uc2a4\ud2b8: \ub17c\ub9ac \ud14c\uc2a4\ud2b8 yes: \ub17c\ub9ac \ud14c\uc2a4\ud2b8\uac00 True\uc778 \uacbd\uc6b0 \ubc18\ud658\ud560 \uac12 no: \ub17c\ub9ac \ud14c\uc2a4\ud2b8\uac00 False\uc778 \uacbd\uc6b0 \ubc18\ud658\ud560 \uac12 \uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \ub2e4\uc74c \ub370\uc774\ud130 \ud504\ub808\uc784\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc774 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec R\uc5d0\uc11c if else \ubb38\uacfc \uc911\ucca9\ub41c if else \ubb38\uc744 \uc791\uc131\ud558\ub294 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-1381","post","type-post","status-publish","format-standard","hentry","category-20"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R\uc5d0\uc11c \uc911\ucca9\ub41c If Else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 R\uc5d0\uc11c \uc911\ucca9\ub41c ifelse \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\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\/ko\/ifelse\u1100\u1161-r\u110b\u1166-\u110c\u116e\u11bc\u110e\u1165\u11b8\u1103\u116c\u110b\u1165-\u110b\u1175\u11bb\u110b\u1173\u11b7\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c \uc911\ucca9\ub41c If Else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 R\uc5d0\uc11c \uc911\ucca9\ub41c ifelse \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/ifelse\u1100\u1161-r\u110b\u1166-\u110c\u116e\u11bc\u110e\u1165\u11b8\u1103\u116c\u110b\u1165-\u110b\u1175\u11bb\u110b\u1173\u11b7\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-26T14:55:47+00:00\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/\",\"url\":\"https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/\",\"name\":\"R\uc5d0\uc11c \uc911\ucca9\ub41c If Else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-26T14:55:47+00:00\",\"dateModified\":\"2023-07-26T14:55:47+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 R\uc5d0\uc11c \uc911\ucca9\ub41c ifelse \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c \uc911\ucca9\ub41c if else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\uc5d0\uc11c \uc911\ucca9\ub41c If Else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 R\uc5d0\uc11c \uc911\ucca9\ub41c ifelse \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","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\/ko\/ifelse\u1100\u1161-r\u110b\u1166-\u110c\u116e\u11bc\u110e\u1165\u11b8\u1103\u116c\u110b\u1165-\u110b\u1175\u11bb\u110b\u1173\u11b7\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c \uc911\ucca9\ub41c If Else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 R\uc5d0\uc11c \uc911\ucca9\ub41c ifelse \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/ifelse\u1100\u1161-r\u110b\u1166-\u110c\u116e\u11bc\u110e\u1165\u11b8\u1103\u116c\u110b\u1165-\u110b\u1175\u11bb\u110b\u1173\u11b7\/","og_site_name":"Statorials","article_published_time":"2023-07-26T14:55:47+00:00","author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/","url":"https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/","name":"R\uc5d0\uc11c \uc911\ucca9\ub41c If Else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-26T14:55:47+00:00","dateModified":"2023-07-26T14:55:47+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 R\uc5d0\uc11c \uc911\ucca9\ub41c ifelse \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/ifelse%e1%84%80%e1%85%a1-r%e1%84%8b%e1%85%a6-%e1%84%8c%e1%85%ae%e1%86%bc%e1%84%8e%e1%85%a5%e1%86%b8%e1%84%83%e1%85%ac%e1%84%8b%e1%85%a5-%e1%84%8b%e1%85%b5%e1%86%bb%e1%84%8b%e1%85%b3%e1%86%b7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c \uc911\ucca9\ub41c if else \ubb38\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/comments?post=1381"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1381\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1381"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1381"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}