{"id":3085,"date":"2023-07-19T06:57:10","date_gmt":"2023-07-19T06:57:10","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/"},"modified":"2023-07-19T06:57:10","modified_gmt":"2023-07-19T06:57:10","slug":"%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/","title":{"rendered":"R\uc5d0\uc11c attachment()\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">R\uc758 <b>attachment()<\/b> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ub370\uc774\ud130 \ud504\ub808\uc784 \uc774\ub984\uc744 \uc785\ub825\ud558\uc9c0 \uc54a\uace0\ub3c4 \ub370\uc774\ud130 \ud504\ub808\uc784 \uac1d\uccb4\uc5d0 \uc561\uc138\uc2a4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>attach(data)\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \ub2e4\uc74c \ub370\uc774\ud130 \ud504\ub808\uc784\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub2e4\uc591\ud55c \uc2dc\ub098\ub9ac\uc624\uc5d0\uc11c \uc774 \ud568\uc218\ub97c \uc0ac\uc6a9\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 data frame\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (team=c('A', 'B', 'C', 'D', 'E'),\n                 points=c(99, 90, 86, 88, 95),\n                 assists=c(33, 28, 31, 39, 34),\n                 rebounds=c(30, 28, 24, 24, 28))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  team points assists rebounds\n1 A 99 33 30\n2 B 90 28 28\n3 C 86 31 24\n4 D 88 39 24\n5 E 95 34 28\n<\/strong><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>\uc608 1: \uacc4\uc0b0 \uc218\ud589\uc744 \uc704\ud574 attachment() \uc0ac\uc6a9<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">\uc77c\ubc18\uc801\uc73c\ub85c \ud3c9\uade0, \uc911\uc559\uac12, \ubc94\uc704 \ub4f1\uc744 \uacc4\uc0b0\ud558\ub824\ub294 \uacbd\uc6b0 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \uc5f4\uc5d0 \ub300\ud574 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#calculate mean of rebounds column\n<\/span>mean(df$rebounds)\n\n[1] 26.8\n\n<span style=\"color: #008080;\">#calculate median of rebounds column<\/span>\nmedian(df$rebounds)\n\n[1] 28\n\n<span style=\"color: #008080;\">#calculate range of rebounds column<\/span>\nrange(df$rebounds)\n\n[1] 24 30\n<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uadf8\ub7ec\ub098 <strong>attachment() \ub97c<\/strong> \uc0ac\uc6a9\ud558\uba74 \uc774\ub7ec\ud55c \uacc4\uc0b0\uc744 \uc218\ud589\ud558\uae30 \uc704\ud574 \ub370\uc774\ud130 \ud504\ub808\uc784 \uc774\ub984\uc744 \uc785\ub825\ud560 \ud544\uc694\uc870\ucc28 \uc5c6\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\"><span style=\"color: #000000;\">attach(df)<\/span>\n\n#calculate mean of rebounds column\n<\/span>mean(rebounds)\n\n[1] 26.8\n<span style=\"color: #008080;\">#calculate median of rebounds column<\/span>\nmedian(rebounds)\n\n[1] 28\n<span style=\"color: #008080;\">#calculate range of rebounds column<\/span>\nrange(rebounds)\n\n[1] 24 30\n<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Attach()\ub97c<\/strong> \uc0ac\uc6a9\ud558\uba74 \uc5f4 \uc774\ub984\uc744 \uc9c1\uc811 \ucc38\uc870\ud560 \uc218 \uc788\uc73c\uba70 R\uc740 \uc6b0\ub9ac\uac00 \uc0ac\uc6a9\ud558\ub824\ub294 \ub370\uc774\ud130 \ud504\ub808\uc784\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608 2: \ud68c\uadc0 \ubaa8\ub378\uc5d0 \uc801\ud569\ud558\ub3c4\ub85d attachment() \uc0ac\uc6a9<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\uc77c\ubc18\uc801\uc73c\ub85c R\uc5d0 \uc120\ud615 \ud68c\uadc0 \ubaa8\ub378\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#fit regression model\n<\/span>fit &lt;- lm(points ~ assists + rebounds, data=df)\n\n<span style=\"color: #008080;\">#view coefficients of regression model\n<\/span>summary(fit)$coef\n\n              Estimate Std. Error t value Pr(&gt;|t|)\n(Intercept) 18.7071984 13.2030474 1.416885 0.29222633\nassists 0.5194553 0.2162095 2.402555 0.13821408\nrebounds 2.0802529 0.3273034 6.355733 0.02387244<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uadf8\ub7ec\ub098 <strong>attachment() \ub97c<\/strong> \uc0ac\uc6a9\ud558\uba74 \ud68c\uadc0 \ubaa8\ub378\uc5d0 \ub9de\ucd94\uae30 \uc704\ud574 <strong>lm()<\/strong> \ud568\uc218\uc758 <strong>data<\/strong> \uc778\uc218\ub97c \uc0ac\uc6a9\ud560 \ud544\uc694\uc870\ucc28 \uc5c6\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#fit regression model\n<\/span>fit &lt;- lm(points ~ assists + rebounds)\n\n<span style=\"color: #008080;\">#view coefficients of regression model\n<\/span>summary(fit)$coef\n\n              Estimate Std. Error t value Pr(&gt;|t|)\n(Intercept) 18.7071984 13.2030474 1.416885 0.29222633\nassists 0.5194553 0.2162095 2.402555 0.13821408\nrebounds 2.0802529 0.3273034 6.355733 0.02387244<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">\ud68c\uadc0 \uacb0\uacfc\ub294 \uc815\ud655\ud788 \ub3d9\uc77c\ud569\ub2c8\ub2e4.<\/span><\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\ubcf4\ub108\uc2a4: detach() \ubc0f search()\ub97c \uc0ac\uc6a9\ud558\uc138\uc694.<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\"><strong>search()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud604\uc7ac R \ud658\uacbd\uc5d0 \uc5f0\uacb0\ub41c \ubaa8\ub4e0 \uac1c\uccb4\ub97c \ud45c\uc2dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#show all attached objects<\/span>\nsearch()\n\n [1] \".GlobalEnv\" \"df\" \"package:stats\"    \n [4] \"package:graphics\" \"package:grDevices\" \"package:utils\"    \n [7] \"package:datasets\" \"package:methods\" \"Autoloads\"        \n[10] \"package:base\"  \n<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uadf8\ub9ac\uace0 <strong>detach()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud604\uc7ac \ubd84\ub9ac\ub41c \uac1d\uccb4\ub97c \ubd84\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#detach data frame<\/span>\ndetach(df)<\/span><\/span><\/strong><\/pre>\n<h3> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \ub2e4\ub978 \uc77c\ubc18\uc801\uc778 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1106\u1167\u11bc\u1112\u116a\u11a8\u1112\u1161\u11ab-\u1112\u116a\u11ab\u1100\u1167\u11bc\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ud658\uacbd\uc744 \uc9c0\uc6b0\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1166\u1109\u1165-\u1112\u1173\u11ab\u110c\u1165\u11a8-\u110c\u1175\u110b\u116e\u1100\u1175\/\" target=\"_blank\" rel=\"noopener\">RStudio\uc5d0\uc11c \ubaa8\ub4e0 \ud50c\ub86f\uc744 \uc9c0\uc6b0\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r-\u110b\u1167\u1105\u1165-\u1107\u1167\u11ab\u1109\u116e\u1105\u1173\u11af-\u110b\u1175\u11ab\u1109\u116b\u1112\u1161\u11b8\u1102\u1175\u1103\u1161.\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uac19\uc740 \uc904\uc5d0 \uc5ec\ub7ec \ubcc0\uc218\ub97c \uc778\uc1c4\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>R\uc758 attachment() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ub370\uc774\ud130 \ud504\ub808\uc784 \uc774\ub984\uc744 \uc785\ub825\ud558\uc9c0 \uc54a\uace0\ub3c4 \ub370\uc774\ud130 \ud504\ub808\uc784 \uac1d\uccb4\uc5d0 \uc561\uc138\uc2a4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. attach(data) \ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \ub2e4\uc74c \ub370\uc774\ud130 \ud504\ub808\uc784\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub2e4\uc591\ud55c \uc2dc\ub098\ub9ac\uc624\uc5d0\uc11c \uc774 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. #create data frame df &lt;- data. frame (team=c(&#8216;A&#8217;, &#8216;B&#8217;, &#8216;C&#8217;, &#8216;D&#8217;, &#8216;E&#8217;), points=c(99, 90, 86, 88, 95), assists=c(33, 28, 31, [&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-3085","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 Attach()\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) \u2013 Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 R\uc5d0\uc11c attachment() \ud568\uc218\ub97c \uc0ac\uc6a9\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\/\u1103\u1161\u1109\u1175-\u110e\u1165\u11b7\u1107\u116e\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c Attach()\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) \u2013 Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 R\uc5d0\uc11c attachment() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u1103\u1161\u1109\u1175-\u110e\u1165\u11b7\u1107\u116e\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-19T06:57:10+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\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/\",\"url\":\"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/\",\"name\":\"R\uc5d0\uc11c Attach()\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) \u2013 Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-19T06:57:10+00:00\",\"dateModified\":\"2023-07-19T06:57:10+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 attachment() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c attachment()\ub97c \uc0ac\uc6a9\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 Attach()\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) \u2013 Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 R\uc5d0\uc11c attachment() \ud568\uc218\ub97c \uc0ac\uc6a9\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\/\u1103\u1161\u1109\u1175-\u110e\u1165\u11b7\u1107\u116e\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c Attach()\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) \u2013 Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 R\uc5d0\uc11c attachment() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u1103\u1161\u1109\u1175-\u110e\u1165\u11b7\u1107\u116e\/","og_site_name":"Statorials","article_published_time":"2023-07-19T06:57:10+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\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/","url":"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/","name":"R\uc5d0\uc11c Attach()\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) \u2013 Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-19T06:57:10+00:00","dateModified":"2023-07-19T06:57:10+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 attachment() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/%e1%84%83%e1%85%a1%e1%84%89%e1%85%b5-%e1%84%8e%e1%85%a5%e1%86%b7%e1%84%87%e1%85%ae\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c attachment()\ub97c \uc0ac\uc6a9\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\/3085","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=3085"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/3085\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=3085"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=3085"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=3085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}