{"id":954,"date":"2023-07-28T04:49:24","date_gmt":"2023-07-28T04:49:24","guid":{"rendered":"https:\/\/statorials.org\/ko\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/"},"modified":"2023-07-28T04:49:24","modified_gmt":"2023-07-28T04:49:24","slug":"tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/","title":{"rendered":"R\uc5d0\uc11c tibble\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>\ud2f0\ube14(tibble)<\/strong> \uc740 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ucc98\uc74c 10\uc904\ub9cc \ud45c\uc2dc\ud558\ub294 \uc138\ub828\ub41c \uc778\uc1c4 \ubc29\ubc95\uc744 \uac16\ucd98 R\uc758 \ub370\uc774\ud130 \ud504\ub808\uc784\uc785\ub2c8\ub2e4. \uc774\ub807\uac8c \ud558\uba74 \ub300\uaddc\ubaa8 \ub370\uc774\ud130 \uc791\uc5c5\uc774 \ud6e8\uc52c \uc26c\uc6cc\uc9c0\uace0 R\uc774 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ubaa8\ub4e0 \ud589\uc744 \ud45c\uc2dc\ud558\ub824\uace0 \uc2dc\ub3c4\ud558\ub294 \uac83\uc744 \ubc29\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc608\ub97c \ub4e4\uc5b4, 80\uac1c\uc758 \ud589\uacfc 2\uac1c\uc758 \uc5f4\uc774 \uc788\ub294 \ub2e4\uc74c \ud2f0\ube14\uc744 \uc0dd\uac01\ud574 \ubcf4\uc138\uc694.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#load dplyr\n<span style=\"color: #000000;\">library(dplyr)<\/span>\n\n#make this example reproducible\n<span style=\"color: #000000;\">set.seed(1)<\/span>\n\n#create tibble<\/span>\ndata &lt;- tibble(a = rnorm(80),\n               b = rnorm(80))\n<\/strong>\n<strong><span style=\"color: #008080;\">#view tibble\n<\/span>data\n\n# A tibble: 80 x 2\n        ab\n      \n 1 -0.626 -0.569\n 2 0.184 -0.135\n 3 -0.836 1.18 \n 4 1.60 -1.52 \n 5 0.330 0.594\n 6 -0.820 0.333\n 7 0.487 1.06 \n 8 0.738 -0.304\n 9 0.576 0.370\n10 -0.305 0.267\n# ... with 70 more rows<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">R\uc5d0 \ud2f0\ube14 \uc774\ub984\uc744 \uc785\ub825\ud558\uba74 \uae30\ubcf8\uc801\uc73c\ub85c \ucc98\uc74c 10\uc904\ub9cc \ud45c\uc2dc\ub429\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc774\ub294 \ud45c\uc2dc\ub418\uc9c0 \uc54a\uc740 <strong>\ucd94\uac00 \ud589\uc774 70\uac1c<\/strong> \uc788\ub2e4\ub294 \uac83\uc744 \uc54c\ub824\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uadf8\ub7ec\ub098 \uc5b4\ub5a4 \uacbd\uc6b0\uc5d0\ub294 10\uc904 \uc774\uc0c1\uc758 \ud2f0\ube14\uc744 \ubcf4\uace0 \uc2f6\uc744 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\ucc38\uace0:<\/strong> tibbles\ub97c \ucc98\uc74c \uc811\ud558\ub294 \uacbd\uc6b0 \uc2dc\uc791\ud558\uae30 \uc88b\uc740 \uacf3\uc740 <em>R for Data Science<\/em> \uc758 <a href=\"https:\/\/r4ds.had.co.nz\/tibbles.html\" target=\"_blank\" rel=\"noopener noreferrer\">tibbles \uc7a5<\/a> \uc785\ub2c8\ub2e4.<\/span><\/p>\n<h3> <strong>Tibble\uc5d0\uc11c \ud2b9\uc815 \ud589 \uc218\ub97c \uc778\uc1c4\ud569\ub2c8\ub2e4.<\/strong><\/h3>\n<p> <span style=\"color: #000000;\"><strong>print()<\/strong> \ud568\uc218\uc5d0 \uc22b\uc790\ub97c \uc9c0\uc815\ud558\uc5ec \ud2f0\ube14\uc758 \ud2b9\uc815 \ub77c\uc778 \uc218\ub97c \uc778\uc1c4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#print first 20 rows of tibble<\/span>\nprint(data, n= <span style=\"color: #008000;\">20<\/span> )\n<\/strong><strong>\n# A tibble: 80 x 2\n         ab\n       \n 1 -0.626 -0.569\n 2 0.184 -0.135\n 3 -0.836 1.18 \n 4 1.60 -1.52 \n 5 0.330 0.594\n 6 -0.820 0.333\n 7 0.487 1.06 \n 8 0.738 -0.304\n 9 0.576 0.370\n10 -0.305 0.267\n11 1.51 -0.543\n12 0.390 1.21 \n13 -0.621 1.16 \n14 -2.21 0.700\n15 1.12 1.59 \n16 -0.0449 0.558\n17 -0.0162 -1.28 \n18 0.944 -0.573\n19 0.821 -1.22 \n20 0.594 -0.473\n# ... with 60 more rows<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ud30c\uc774\ud504 \uc5f0\uc0b0\uc790\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub3d9\uc77c\ud55c \uacb0\uacfc\ub97c \uc5bb\uc744 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#print first 20 rows of tibble<\/span>\ndata %&gt;% print(n= <span style=\"color: #008000;\">20<\/span> )\n<\/strong><strong>\n# A tibble: 80 x 2\n         ab\n       \n 1 -0.626 -0.569\n 2 0.184 -0.135\n 3 -0.836 1.18 \n 4 1.60 -1.52 \n 5 0.330 0.594\n 6 -0.820 0.333\n 7 0.487 1.06 \n 8 0.738 -0.304\n 9 0.576 0.370\n10 -0.305 0.267\n11 1.51 -0.543\n12 0.390 1.21 \n13 -0.621 1.16 \n14 -2.21 0.700\n15 1.12 1.59 \n16 -0.0449 0.558\n17 -0.0162 -1.28 \n18 0.944 -0.573\n19 0.821 -1.22 \n20 0.594 -0.473\n# ... with 60 more rows<\/strong><\/pre>\n<h3> <strong>Tibble\uc758 \ubaa8\ub4e0 \ub77c\uc778\uc744 \uc778\uc1c4\ud569\ub2c8\ub2e4.<\/strong><\/h3>\n<p> <span style=\"color: #000000;\"><strong>n = Inf\ub97c<\/strong> \uc9c0\uc815\ud558\uc5ec \ud2f0\ube14\uc758 \uac01 \uc904\uc744 \uc778\uc1c4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#print all rows of tibble<\/span>\ndata %&gt;% print(n= <span style=\"color: #008000;\">Inf<\/span> )\n<\/strong><strong>\n# A tibble: 80 x 2\n          ab\n         \n 1 -0.626 -0.569 \n 2 0.184 -0.135 \n 3 -0.836 1.18  \n 4 1.60 -1.52  \n 5 0.330 0.594 \n 6 -0.820 0.333 \n 7 0.487 1.06  \n 8 0.738 -0.304 \n 9 0.576 0.370 \n10 -0.305 0.267 \n11 1.51 -0.543 \n12 0.390 1.21  \n13 -0.621 1.16  \n14 -2.21 0.700 \n15 1.12 1.59  \n16 -0.0449 0.558 \n17 -0.0162 -1.28  \n18 0.944 -0.573 \n19 0.821 -1.22  \n20 0.594 -0.473 \n21 0.919 -0.620 \n22 0.782 0.0421\n23 0.0746 -0.911 \n24 -1.99 0.158 \n25 0.620 -0.655 \n26 -0.0561 1.77  \n27 -0.156 0.717 \n28 -1.47 0.910 \n29 -0.478 0.384 \n30 0.418 1.68  \n31 1.36 -0.636 \n32 -0.103 -0.462 \n33 0.388 1.43  \n34 -0.0538 -0.651 \n35 -1.38 -0.207 \n36 -0.415 -0.393 \n37 -0.394 -0.320 \n38 -0.0593 -0.279 \n39 1.10 0.494 \n40 0.763 -0.177 \n41 -0.165 -0.506 \n42 -0.253 1.34  \n43 0.697 -0.215 \n44 0.557 -0.180 \n45 -0.689 -0.100 \n46 -0.707 0.713 \n47 0.365 -0.0736\n48 0.769 -0.0376\n49 -0.112 -0.682 \n50 0.881 -0.324 \n51 0.398 0.0602\n52 -0.612 -0.589 \n53 0.341 0.531 \n54 -1.13 -1.52  \n55 1.43 0.307 \n56 1.98 -1.54  \n57 -0.367 -0.301 \n58 -1.04 -0.528 \n59 0.570 -0.652 \n60 -0.135 -0.0569\n61 2.40 -1.91  \n62 -0.0392 1.18  \n63 0.690 -1.66  \n64 0.0280 -0.464 \n65 -0.743 -1.12  \n66 0.189 -0.751 \n67 -1.80 2.09  \n68 1.47 0.0174\n69 0.153 -1.29  \n70 2.17 -1.64  \n71 0.476 0.450 \n72 -0.710 -0.0186\n73 0.611 -0.318 \n74 -0.934 -0.929 \n75 -1.25 -1.49  \n76 0.291 -1.08  \n77 -0.443 1.00  \n78 0.00111 -0.621 \n79 0.0743 -1.38  \n80 -0.590 1.87<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><em><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 noreferrer\">\uc5ec\uae30\uc5d0\uc11c<\/a> \ub354 \ub9ce\uc740 R \ud29c\ud1a0\ub9ac\uc5bc\uc744 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/em><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud2f0\ube14(tibble) \uc740 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ucc98\uc74c 10\uc904\ub9cc \ud45c\uc2dc\ud558\ub294 \uc138\ub828\ub41c \uc778\uc1c4 \ubc29\ubc95\uc744 \uac16\ucd98 R\uc758 \ub370\uc774\ud130 \ud504\ub808\uc784\uc785\ub2c8\ub2e4. \uc774\ub807\uac8c \ud558\uba74 \ub300\uaddc\ubaa8 \ub370\uc774\ud130 \uc791\uc5c5\uc774 \ud6e8\uc52c \uc26c\uc6cc\uc9c0\uace0 R\uc774 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \ubaa8\ub4e0 \ud589\uc744 \ud45c\uc2dc\ud558\ub824\uace0 \uc2dc\ub3c4\ud558\ub294 \uac83\uc744 \ubc29\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, 80\uac1c\uc758 \ud589\uacfc 2\uac1c\uc758 \uc5f4\uc774 \uc788\ub294 \ub2e4\uc74c \ud2f0\ube14\uc744 \uc0dd\uac01\ud574 \ubcf4\uc138\uc694. #load dplyr library(dplyr) #make this example reproducible set.seed(1) #create tibble data &lt;- [&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-954","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 Tibble\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4<\/title>\n<meta name=\"description\" content=\"R\uc5d0\uc11c \ud2f0\ube14\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uc124\uba85\uc785\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\/tibble-r\u110b\u1174-\u1106\u1169\u1103\u1173\u11ab-\u1105\u1161\u110b\u1175\u11ab\u110b\u1173\u11af-\u110b\u1175\u11ab\u1109\u116b\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c Tibble\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\" \/>\n<meta property=\"og:description\" content=\"R\uc5d0\uc11c \ud2f0\ube14\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/tibble-r\u110b\u1174-\u1106\u1169\u1103\u1173\u11ab-\u1105\u1161\u110b\u1175\u11ab\u110b\u1173\u11af-\u110b\u1175\u11ab\u1109\u116b\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-28T04:49:24+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\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/\",\"url\":\"https:\/\/statorials.org\/ko\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/\",\"name\":\"R\uc5d0\uc11c Tibble\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-28T04:49:24+00:00\",\"dateModified\":\"2023-07-28T04:49:24+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"R\uc5d0\uc11c \ud2f0\ube14\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c tibble\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95\"}]},{\"@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 Tibble\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","description":"R\uc5d0\uc11c \ud2f0\ube14\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uc124\uba85\uc785\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\/tibble-r\u110b\u1174-\u1106\u1169\u1103\u1173\u11ab-\u1105\u1161\u110b\u1175\u11ab\u110b\u1173\u11af-\u110b\u1175\u11ab\u1109\u116b\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c Tibble\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","og_description":"R\uc5d0\uc11c \ud2f0\ube14\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/tibble-r\u110b\u1174-\u1106\u1169\u1103\u1173\u11ab-\u1105\u1161\u110b\u1175\u11ab\u110b\u1173\u11af-\u110b\u1175\u11ab\u1109\u116b\/","og_site_name":"Statorials","article_published_time":"2023-07-28T04:49:24+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\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/","url":"https:\/\/statorials.org\/ko\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/","name":"R\uc5d0\uc11c Tibble\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-28T04:49:24+00:00","dateModified":"2023-07-28T04:49:24+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"R\uc5d0\uc11c \ud2f0\ube14\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/tibble-r%e1%84%8b%e1%85%b4-%e1%84%86%e1%85%a9%e1%84%83%e1%85%b3%e1%86%ab-%e1%84%85%e1%85%a1%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%8b%e1%85%b3%e1%86%af-%e1%84%8b%e1%85%b5%e1%86%ab%e1%84%89%e1%85%ab\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c tibble\uc758 \ubaa8\ub4e0 \uc904\uc744 \uc778\uc1c4\ud558\ub294 \ubc29\ubc95"}]},{"@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\/954","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=954"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/954\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=954"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=954"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}